mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
For some reason, terminal_size bumped semver recently; they also bumped the rustix version to 0.38. I'd like to reduce the number of copies of OS integration crates (rustix and nix) in my dependency chain. Let's bump to the new version so I can aim to drop rustix 0.37. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
CONTRIBUTING.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
clap_builder
Builder implementation for clap.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
See CONTRIBUTING for more details.