matrixmailer/Cargo.toml
2022-08-31 18:14:02 +02:00

17 lines
No EOL
346 B
TOML

[package]
name = "matrixmailer"
authors = ["Philip (a-0) <@ph:a-0.me>"]
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = "1.19.2"
async-trait = "0.1.57"
serde = "1.0.144"
serde_yaml = "0.9.10"
postbus = "0.2.0"
matrix-sdk= "0.5.0"
[target.x86_64-unknown-linux-musl.dependencies]
openssl = { version = "0.10", features = ["vendored"] }