aw-lights/mqtt/Cargo.toml

12 lines
223 B
TOML
Raw Normal View History

2024-04-07 17:15:09 -04:00
[package]
name = "mqtt"
version = "0.1.0"
edition = "2021"
[dependencies]
common = { path = "../common" }
rumqttc = "0.24.0"
2024-04-08 23:15:56 -04:00
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
2024-04-07 17:15:09 -04:00
tracing = "0.1.37"