matrix-meshtastic-bridge/Cargo.toml

16 lines
403 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"
2024-10-14 21:18:11 +00:00
env_logger = "0.11.5"
log = "0.4.22"
2024-11-19 16:05:28 +00:00
matrix-sdk = { version = "0.8.0", features = ["anyhow"] }
2024-10-10 17:00:44 +00:00
meshtastic = "0.1.6"
serde = { version = "1.0.210", features = ["derive"]}
serde_json = "1.0.128"
sqlx = { version = "0.7.3", features = ["runtime-tokio-native-tls", "sqlite"] }
2024-10-10 17:00:44 +00:00
tokio = "1.40.0"