19 lines
No EOL
383 B
TOML
19 lines
No EOL
383 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"
|
|
mailparse = "0.13.8"
|
|
ruma = "0.6.4"
|
|
matrix-sdk = "0.5.0"
|
|
|
|
[target.x86_64-unknown-linux-musl.dependencies]
|
|
openssl = { version = "0.10", features = ["vendored"] } |