its something

This commit is contained in:
Stefan Schwarz 2020-04-30 17:09:18 +02:00
commit 867a2c8ebf
5 changed files with 2401 additions and 0 deletions

17
Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[package]
name = "notrust"
version = "0.1.0"
authors = ["Stefan Schwarz <stefan@f2o.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-rt = "1.0"
actix-web = "2.0"
ammonia = "3"
async-std = "1.5.0"
mailparse = "0.12.0"
notmuch = "0.6.0"
serde = "1.0.106"
toml = "0.5.0"