matrix-meshtastic-bridge/Cargo.toml

17 lines
457 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"
2024-10-17 07:03:11 +00:00
futures = "0.3.31"
log = "0.4.22"
2024-10-10 17:00:44 +00:00
matrix-sdk = { version = "0.7.1", features = ["anyhow"] }
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-16 06:22:07 +00:00
tokio = { version = "1.40.0", features = ["full"] }