| Crates.io | cargo-toolchain |
| lib.rs | cargo-toolchain |
| version | 0.1.0 |
| created_at | 2020-07-03 11:46:16.409679+00 |
| updated_at | 2020-07-03 11:46:16.409679+00 |
| description | Utility to get information on active rustup toolchains |
| homepage | |
| repository | https://github.com/ian-fox/cargo-toolchain |
| max_upload_size | |
| id | 260975 |
| size | 6,654 |
cargo-toolchain is a utility to get the currently active and default
rustup toolchains.
It requires that rustup is installed.
cargo install cargo-toolchain
cargo toolchain # prints the currently active cargo toolchain, e.g. 'stable'
cargo toolchain -d # prints the default toolchain for the directory
cargo toolchain -h # print help message