cargo uninstall <SPEC...>
Remove a Rust binary
Arguments
Name | Description |
---|---|
SPEC |
Options
Name | Description |
---|---|
-p, --package <package...> |
|
--bin <bin> |
|
--root <root> | Directory to uninstall packages from |
--color <color> | Coloring: auto, always, never |
--config <config> |
|
-Z <unstable-features> |
|
-q, --quiet | Do not print cargo log messages |
-h, --help | Print help information |
-v, --verbose |
|
--frozen | Require Cargo.lock and cache are up to date |
--locked | Require Cargo.lock is up to date |
--offline | Run without accessing the network |