Initial commit

This commit is contained in:
Philip (a-0) 2022-08-29 21:28:00 +02:00
commit efc38e161c
10 changed files with 3455 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[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"