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-runDon’t actually remove the dependencies.--manifest-path <PATH>Path to theCargo.tomlfile. By default, Buckal uses the manifest file in the current directory or any parent directory.