Cassaundra

Results 24 comments of Cassaundra

I'm going to start keeping track of my own task list here: - [x] Update CLI flags to match the merged `cargo-add` - [x] Add `--target` support ([Add `--target` flag...

Starting to work on `merge-rm` now.

> A quick thought: could we switch the test styles before dropping into the `merge-rm` branch? That's fine! I will update the task list. I'll let you know if I...

> [rust-lang/cargo#10902](https://github.com/rust-lang/cargo/pull/10902) is moving forward, so we should do similar (part of #698) Okay! Sounds good. Is that something that we should do before or after `merge-rm` do you think?...

That makes sense to me. Since this will probably be in `merge-rm` anyway, we could make that something to solicit feedback on later.

**Title:** Import cargo-remove into cargo ## What does this PR try to resolve? This PR merges `cargo remove` from [cargo-edit](https://github.com/killercup/cargo-edit) into cargo. ### Motivation - General approval from community, see...

I've posted a draft of the PR body above. There's still some stuff I want to add/polish, but I thought I'd post it sooner rather than later in case you...

I've updated the PR draft body above and started staging changes in a cargo fork ([compare changes](https://github.com/rust-lang/cargo/compare/master...cassaundra:cargo-remove)). I still have yet to do a final pass on both of these...

Will need to backport changes from https://github.com/rust-lang/cargo/pull/11194 when complete.

For what it's worth, rust-lang/cargo#11004 has been merged.