1# Getting Started 2 3This project is a scaffold of a Tangled CLI in Rust. The commands are present as stubs and will be wired to XRPC endpoints iteratively. 4 5## Build 6 7Requires Rust toolchain and network access to fetch dependencies. 8 9``` 10cargo build 11``` 12 13## Run 14 15``` 16cargo run -p tangled-cli -- --help 17``` 18