nushell/crates/nu-protocol
dependabot[bot] 6c926ba549
Bump byte-unit from 4.0.19 to 5.1.3
Bumps [byte-unit](https://github.com/magiclen/byte-unit) from 4.0.19 to 5.1.3.
- [Commits](https://github.com/magiclen/byte-unit/compare/v4.0.19...v5.1.3)

---
updated-dependencies:
- dependency-name: byte-unit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 00:37:02 +00:00
..
src Allow spreading arguments to commands (#11289) 2023-12-28 15:43:20 +08:00
tests Explicitly indicate duplicate flags (#11226) 2023-12-04 22:06:27 +08:00
Cargo.toml Bump byte-unit from 4.0.19 to 5.1.3 2024-01-08 00:37:02 +00:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00
README.md Add nu-protocol 2021-09-02 13:29:43 +12:00

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.