matrix-meshtastic-bridge/Cargo.toml
Finn 3b9d40cd97
Some checks failed
/ build-container (push) Failing after 4m36s
still failing 😭
2024-10-17 00:03:11 -07:00

16 lines
457 B
TOML

[package]
name = "matrix-meshtastic-bridge"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.89"
env_logger = "0.11.5"
futures = "0.3.31"
log = "0.4.22"
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"] }
tokio = { version = "1.40.0", features = ["full"] }