Remove
Remove dependencies from a manifest file
SYNOPSIS
cargo buckal remove [options] dependency...
DESCRIPTION
Remove one or more dependencies from a package, applying the changes to both Cargo.toml and BUCK files.
OPTIONS
-W, --workspaceRemoves a dependency in workspace mode. If the specified dependency is inherited from the workspace, buckal removes the dependency entry from the current package and checks whether any other workspace members still depend on it. If so, the workspace-level entry is retained; otherwise, it is also removed.--devRemove as a development dependency.--buildRemove as a build dependency.