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

15 lines
379 B
TOML

[package]
name = "simple_producer"
edition = "2021"
[dependencies]
anyhow = { workspace = true }
api = { path = "../../api" }
chrono = { workspace = true }
futures-util = { workspace = true }
num-traits = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "signal", "time", "macros"] }
tokio-util = { workspace = true }
uuid = { workspace = true }