traffic-relay

This commit is contained in:
Stefan Schwarz 2020-09-18 11:08:32 +02:00
commit fcf104a6aa
4 changed files with 1970 additions and 0 deletions

15
Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[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"