A TUI interface for cargo, the Rust package manager.
2026-03-17.23-34-19.mov
If you have Cargo installed, you can easily install cargofetch by running the following command:
cargo install lazycargoYou can download the pre-built binary for your platform from the releases page.
git clone https://github.com/arjav0703/lazycargo.git
cd lazycargo
cargo build --releaseeThe binary will be located in the target/release/ directory.
This projcet was inspired by lazydocker and lazynpm.