aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 626433d938a3e3caef03cf3dbff9ac669e110809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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"
http = "*"
url = "*"
tokio = { version = "0.2", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.4"

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