aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 0412e7d0baef9f685f13fa33ff2df817eab99a1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "es-public-proxy"
version = "0.1.0"
authors = ["Bryan Newbold <bnewbold@archive.org>"]
edition = "2018"

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

[dependencies]
hyper = "0.13"
tokio = { version = "0.2", features = ["full"] }

# testing
#anyhow = "1"
#reqwest = { version = "0.10", features = ["blocking"] }