Buck2hubBuck2hub

Autoreomve

Automatically remove unused dependencies

SYNOPSIS

cargo buckal autoreomve [options]

DESCRIPTION

This command automatically cleans up unused third-party dependencies—specifically, the BUCK files under the third-party directory—primarily for monorepo maintenance or to remove legacy artifacts after a repository migration.

OPTIONS

  • --dry-run Don’t actually remove the dependencies.
  • --manifest-path <PATH> Path to the Cargo.toml file. By default, Buckal uses the manifest file in the current directory or any parent directory.