[package] name = "rocc" version = "0.1.33" authors = ["Trim Bresilla "] description = "Robot Operations Command Center" edition = "2021" license = "MIT OR Apache-2.0" [[bin]] name = "roc" path = "src/main.rs" [dependencies] rustdds = "0.8.5" tokio = { version = "1", features = ["full"] } anyhow = "1.0.75" clap = { version = "4.3.23", features = ["derive"] } getset = "0.1.2" colored = "2.0.4"