- Add multiple crates at the same time:
cargo add regex nom
(#59, #76) - Fix some problem when installing with
cargo install cargo-edit
(#68, #77) - Better errors when parsing an invalid
Cargo.toml
file (#81) - Automatically infer crates names when adding Github/Gitlab/path crates (#14, #83)
- Add target-specific crates:
cargo add --target i686-unknown-linux-gnu my-package1
(#13, #84) - Specify the SemVer range:
cargo add nom@=1.0.1
(#61, #89)