rtsa-services/crates/rtss_mqtt/Cargo.toml
soul-walker 7226904e04 1, 添加创建更新城市轨道交通仿真功能接口
2, 添加mqtt客户端crate,提供订阅、发布、发送请求等功能
2024-10-22 17:24:50 +08:00

16 lines
365 B
TOML

[package]
name = "rtss_mqtt"
version = "0.1.0"
edition = "2021"
[dependencies]
rumqttc = { version = "0.24.0", features = ["url"] }
tokio = { workspace = true }
async-trait = { workspace = true }
bytes = { workspace = true }
lazy_static = { workspace = true }
thiserror = { workspace = true }
rtss_db = { path = "../rtss_db" }
rtss_log = { path = "../rtss_log" }