cargo add and cargo remove are now built-in (#63)

This commit is contained in:
Jack O'Connor 2023-01-02 18:53:57 -06:00 committed by GitHub
parent 5aa24bd704
commit 2be6e91b13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@
"recommendations": [{
"name": "cargo-edit",
"link": "https://github.com/killercup/cargo-edit",
"notes": "Adds 'cargo add', 'cargo rm', and 'cargo upgrade' commands to cargo"
"notes": "Adds 'cargo upgrade' and 'cargo set-version' commands to cargo"
}, {
"name": "cargo-outdated",
"link": "https://github.com/kbknapp/cargo-outdated#cargo-outdated",