summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f0cd5f19095df4ffaddae75a895ec01b13c46bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"