15 lines
375 B
TOML
15 lines
375 B
TOML
[package]
|
|
name = "traffic-relay"
|
|
version = "0.1.0"
|
|
authors = ["Stefan Schwarz <ssz@bitsbeats.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ansi_term = "0.12"
|
|
anyhow = "1.0"
|
|
argh = "0.1.3"
|
|
async-std = "1.6"
|
|
openssl = { version = "0.10", features = ["vendored"] }
|
|
surf = "2.0.0-alpha"
|