# Getting Started This project is a scaffold of a Tangled CLI in Rust. The commands are present as stubs and will be wired to XRPC endpoints iteratively. ## Build Requires Rust toolchain and network access to fetch dependencies. ``` cargo build ``` ## Run ``` cargo run -p tangled-cli -- --help ```