matrix-meshtastic-bridge/Cargo.toml

13 lines
286 B
TOML
Raw Normal View History

2024-10-10 17:00:44 +00:00
[package]
name = "matrix-meshtastic-bridge"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.89"
matrix-sdk = { version = "0.7.1", features = ["anyhow"] }
meshtastic = "0.1.6"
serde = { version = "1.0.210", features = ["derive"]}
serde_json = "1.0.128"
tokio = "1.40.0"