aw-lights/mqtt/Cargo.toml

10 lines
145 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"
tracing = "0.1.37"