rtsa-services/crates/rtss_mqtt/Cargo.toml

15 lines
352 B
TOML
Raw Normal View History

[package]
name = "rtss_mqtt"
version = "0.1.0"
edition = "2021"
[dependencies]
rumqttc = { version = "0.24.0", features = ["url"] }
2024-10-30 09:47:31 +08:00
tokio = { workspace = true, features = ["sync"] }
async-trait = { workspace = true }
bytes = { workspace = true }
lazy_static = { workspace = true }
thiserror = { workspace = true }
rtss_log = { path = "../rtss_log" }