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

[dependencies]
hyper = "0.13"
http = "*"
tokio = { version = "0.2", features = ["rt-threaded", "tcp", "signal", "macros"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_urlencoded = "0.5"
toml = "0.4"