toolchain-clean 0.9.1

Cleans rust toolchains installed by cargo msrv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "getopt3"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cf68c4a26208bdab06ec9c9aec3e2ddb6a09c255854e22ca882a2b529b88ee2"

[[package]]
name = "toolchain-clean"
version = "0.9.1"
dependencies = [
 "getopt3",
]