2 unstable releases
0.3.0 | Feb 26, 2025 |
---|---|
0.2.1 | Jan 13, 2025 |
0.2.0 |
|
0.1.1 |
|
0.1.0 |
|
#331 in Cargo plugins
181 downloads per month
23KB
403 lines
cargo-binlist
cargo-binlist
is a tool to list all the installed binaries with cargo and their versions.
You can get a list of installed binaries and update them using cargo-binstall.
Installation
Using cargo install
cargo install cargo-binlist
or using cargo binstall
cargo binstall cargo-binlist
Usage
Usage: cargo-binlist [OPTIONS]
Options:
-l, --list List all installed crates
-n, --list-updates List crates with newer versions available
-u, --update Update all crates
-f, --loglevel <FILTER> Log Level Filter [Debug, Info, Error, Warn] [default: Info]
-h, --help Print help
-V, --version Print version
Dependencies
~15–29MB
~453K SLoC