Initial commit
This commit is contained in:
commit
efc38e161c
10 changed files with 3455 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue