matrix-bridge/Cargo.toml
2026-07-31 20:39:54 -04:00

12 lines
No EOL
252 B
TOML

[package]
name = "matrix-bridge"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8"
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tracing = "0.1"
tracing-subscriber = "0.3"