A tool for Rust: check packages' version
How to use for now:
- get the code, and run
cargo build
- run
cp ./target/debug/cargo-check-packages /usr/local/bin
, or some other paths in $PATH. - go to any Rust project's root path, try
cargo check-packages
, have fun!