18 lines
389 B
TOML
18 lines
389 B
TOML
[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"
|
|
percent-encoding = "2.1.0"
|
|
serde = "1.0.106"
|
|
toml = "0.5.0"
|