DBSDK-Rust-CLI
Command-line utility for building DreamBox games written in Rust
Installation
cargo install dbsdk-cli
Usage
```
dbsdk-cli new
Creates a new DreamBox Rust project with the given name. This sets up appropriate Cargo.toml, src/lib.rs, and .cargo/config.toml
dbsdk-cli build [OPTIONS]
Build the DreamBox Rust project at the given path
OPTIONS:
-l, --label