505230b26c
2 修改库命名rtss->rtsa
16 lines
381 B
TOML
16 lines
381 B
TOML
[package]
|
|
name = "rtsa_mqtt"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rumqttc = { version = "0.24.0", features = ["url"] }
|
|
tokio = { workspace = true, features = ["sync"] }
|
|
async-trait = { workspace = true }
|
|
bytes = { workspace = true }
|
|
lazy_static = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
tower = { workspace = true }
|
|
|
|
rtsa_log = { path = "../rtsa_log" }
|