cargo-cmd-0.2.0 is not a library.
cargo-cmd
Like npm scripts, but for cargo.
Installation
Disclaimer: Currently requires nightly
Usage
You can define your commands in Cargo.toml under the [package.metadata.commands] table, like so:
[]
= "echo 'Hello, planet!'"
Now you can run cargo cmd greet:
> echo