toolchain-clean 1.0.2

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 = 3

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

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