I have a crate that is just a binary, and there's no library.
However, on https://crates.io/crates/qsv, it adds an "Install" section on the right sidebar "Run the following Cargo command in your project directory:" and "Or add the following line to your Cargo.toml:"
Is there a way to replace those instructions with the more apt "Run the following Cargo command:"
cargo install <crate name>