mlm/Cargo.toml

22 lines
546 B
TOML
Raw Normal View History

2024-08-28 10:04:34 +02:00
[package]
name = "mailing-list-matrix-bridge"
version = "0.1.0"
edition = "2021"
[dependencies]
color-eyre = "0.6.3"
eyre = "0.6.12"
futures = "0.3.30"
2024-08-28 12:05:21 +02:00
mail-parser = "0.9.3"
2024-08-28 10:04:34 +02:00
mlpa = "0.4.0"
ruma-client = { version = "0.13.0", features = ["hyper-native-tls", "client-api"] }
ruma-client-api = "0.18.0"
ruma-common = { version = "0.13.0", features = ["rand"] }
ruma-events = "0.28.1"
serde = { version = "1.0.209", features = ["derive"] }
tokio = { version = "1.39.3", features = ["rt-multi-thread"] }
toml = "0.8.19"
[lib]
crate-type = ["dylib"]