Skip to content

Commit

Permalink
Merge pull request #778 from cassaundra/merge-rm-cargo-utils
Browse files Browse the repository at this point in the history
Use utils from cargo add
  • Loading branch information
epage authored Sep 1, 2022
2 parents 5622cd4 + 8fbd033 commit c826c1e
Show file tree
Hide file tree
Showing 4 changed files with 487 additions and 320 deletions.
2 changes: 1 addition & 1 deletion crates/cargo-remove/src/bin/cargo/commands/remove.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use cargo::core::dependency::DepKind;
use cargo::util::command_prelude::*;

use cargo_remove::ops::cargo_remove::remove;
use cargo_remove::ops::cargo_remove::DepKind;
use cargo_remove::ops::cargo_remove::DepTable;
use cargo_remove::ops::cargo_remove::RemoveOptions;

Expand Down
Loading

0 comments on commit c826c1e

Please sign in to comment.