-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Labels
Description
A scratchpad like #568
Ordered list:
- Update CLI flags to match the merged
cargo-add - Add
--targetsupport (Add--targetflag to cargo-rm #711) - Dry-run support
- First letter of warnings/errors should be lower case
- Change
CRATEin help toDEPto clarify that we want the dependency name and not the crate name (in case of a rename) - Create
merge-rmbranch - Refactor to match cargo's directory structure
- Port tests to snapbox (like refactor(tests): Reduce reliance on CARGO_IS_TEST #659)
- Port tests to cargo-test-support
- Refactor out of
cargosops/cargo_add/manifest.rsinto a place for reuse- Possibilities:
ops/cargo_editoreditand make it public
- Possibilities:
- Port to cargo's internals
- Merge the command (like in feat: Import cargo-add into cargo rust-lang/cargo#10472)
- Update documentation (like in Document cargo-add rust-lang/cargo#10578)
- Update completions (like in Completion support for
cargo-addrust-lang/cargo#10577)