Thanks to visit codestin.com Credit goes to lib.rs
cargo_manifest
Run this command in a terminal, in your project's directory:
cargo add cargo-manifest
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
cargo-manifest = "0.21.0"
The cargo_manifest library will be automatically available globally. Read the cargo_manifest library documentation.
Back to the crate overview.