- cargo-watch
watches over your project's source for changes, and runs Cargo commands - cargo-edit
add, remove, and upgrade dependencies by modifying your Cargo.toml
- clap // Command Line Argument Parser for Rust
- structopt // Parse command line arguments by defining a struct. It combines clap with custom derive.
