[go: up one dir, main page]

cargo-binlist 1.3.1

List all installed binaries with cargo and their versions
cargo-binlist-1.3.1 is not a library.

cargo-binlist

Crates.io MIT licensed CI

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 <COMMAND>

Commands:
  list    List all installed crates
  update  Update all crates which are outdated
  init    Initialize everything to use this crate
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version