22 lines
546 B
TOML
22 lines
546 B
TOML
[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"
|
|
mail-parser = "0.9.3"
|
|
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"]
|