Files
telemetry_visualization/examples/simple_command/Cargo.toml

11 lines
211 B
TOML

[package]
name = "simple_command"
edition = "2021"
[dependencies]
api = { path = "../../api" }
tokio = { version = "1.43.0", features = ["rt-multi-thread", "signal"] }
tokio-util = "0.7.13"
anyhow = "1.0.100"