Rust packaging

From wikinotes

Rust primarily uses rust cargo for packaging.
These packages are referred to as crates.

Project Dependencies

For full details, see rust cargo.

Add Dependency

Update Dependency

Remove Dependency

OS Package Management

See https://doc.rust-lang.org/cargo/commands/cargo-install.html

cargo install my_crate
cargo install my_crate@1.1.1
cargo install --path /path/to/crate