- Install development / system dependencies (read below)
- Build package:
cargo build
- Run:
cargo run
System dependency | Required version | Description |
---|---|---|
Cargo | 1.77.0 |
Rust package manager |
Rust | 1.77.0 |
Rust language toolkit |
Package | Description |
---|---|
cargo-watch | Watches over project's source for changes and runs Cargo commands when they occur |