matrixmailer/Cargo.toml

18 lines
362 B
TOML
Raw Normal View History

2022-08-29 21:28:00 +02:00
[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"
ruma = "0.6.4"
matrix-sdk = "0.5.0"
2022-08-31 18:14:02 +02:00
[target.x86_64-unknown-linux-musl.dependencies]
openssl = { version = "0.10", features = ["vendored"] }