# cargo-buckal **Repository Path**: vguo/cargo-buckal ## Basic Information - **Project Name**: cargo-buckal - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-18 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cargo-buckal Seamlessly build Cargo packages with Buck2. ![demo](docs/demo.gif) ## Install ``` cargo install --git https://github.com/buck2hub/cargo-buckal.git ``` ## Usage ``` Usage: cargo buckal Commands: build Compile the current package init Create a new package in an existing directory new Create a new package clean Clean up the buck-out directory add Add dependencies to a manifest file help Print this message or the help of the given subcommand(s) Options: -h, --help Print help ``` ## Configuration You can configure cargo-buckal by creating a configuration file at `~/.config/buckal/config.toml`. ### Custom Buck2 Binary Path If you have buck2 installed in a custom location, you can specify the path: ```toml buck2_binary = "/path/to/your/buck2" ``` If no configuration file exists, cargo-buckal will use `buck2` (searches your PATH).