summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 31bf8753c4f108403799c6db73511e001ddf368b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ewww"
version = "0.1.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"

[dependencies]
warp = { version = "0.2", features = ["tls"] }
tokio = { version = "0.2", features = ["macros"] }
serde_yaml = "0.8"
serde = { version = "1", features = ["derive"] }
structopt = "0.3"
anyhow = "1"
thiserror = "1"
pretty_env_logger = "0.4"
log = "0.4"