aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 52ad8a565d7eb303a22e0e2c34521581de56d643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "webget"
version = "0.1.0"
authors = ["Melody Horn <melody@boringcactus.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1"
fehler = "1"
futures = "0.3.13"
hyper = { version = "0.14.5", features = ["client", "http1", "runtime", "stream"] }
hyper-rustls = "0.22.1"
mime2ext = "0.1.2"
tokio = { version = "1", features = ["full"] }
structopt = "0.3.21"