2 releases
Uses old Rust 2015
0.1.1 | Oct 15, 2015 |
---|---|
0.1.0 | Oct 15, 2015 |
#10 in #spirit
1,945 downloads per month
6KB
Description
cargo-config
allows you get to read information from a project's Cargo.toml
file on the command line. Similar in spirit to git config
Usage
cargo config package.name # "cargo-config"
cargo config package.authors # ["Wesley Wiser <wwiser@gmail.com>"]
License
Like Rust and Cargo, cargo-config
is dual licensed under both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.
Dependencies
~370KB