# qot cli ## dev setup - get `rustup` - get `cargo` (will be through `rustup`) - run `cargo run` ## Deployment https://doc.rust-lang.org/cargo/reference/publishing.html > It is recommended that you first run `cargo publish --dry-run` (or `cargo package` which is equivalent) to ensure there aren’t any warnings or errors before publishing.