Files
telemetry_visualization/examples/simple_command/Cargo.toml
2025-12-30 14:34:36 -05:00

11 lines
232 B
TOML

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