Commands
How to run cargo buckal
cargo buckal add
Add dependencies to a manifest file
cargo buckal autoremove
Automatically remove unused dependencies
cargo buckal build
Compile the current package
cargo buckal clean
Remove generated artifacts
cargo buckal init
Create a new package in an existing directory
cargo buckal migrate
Migrate existing Cargo packages
cargo buckal new
Create a new package
cargo buckal remove
Remove dependencies from a manifest file
cargo buckal test
Execute unit and integration tests of a package
cargo buckal update
Update dependencies in a manifest file