foobert/Cargo.toml

13 lines
241 B
TOML
Raw Permalink Normal View History

2025-01-24 23:43:13 +01:00
[package]
name = "foobert"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.95"
matrix-sdk = "0.9.0"
rumqttc = "0.24.0"
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.19"