mirror of
https://github.com/nushell/nushell
synced 2024-11-11 07:34:14 +00:00
6ed033737d
* Include license text in all crates Three crates already have license texts, so I'm keeping them, but symlinking the `LICENSE` from the top level to the rest of the crate directories. This works as long as `cargo publish` is done on a Unix-y system and not Windows. Also bump the copyright year to end in 2022. Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org> * Replace symlinks Co-authored-by: sholderbach <sholderbach@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
nu-protocol
The nu-protocol crate holds the definitions of structs/traits that are used throughout Nushell. This gives us one way to expose them to many other crates, as well as make these definitions available to each other, without causing mutually recursive dependencies.