Code Upload

This commit is contained in:
PinkP4nther 2021-08-18 00:08:06 -07:00
commit a879755865
9 changed files with 949 additions and 0 deletions

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "sslrelay"
version = "0.1.0"
authors = ["PinkP4nther <pinkp4nther@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
openssl = "0.10.34"
httparse = "1.4.1"
chunked_transfer = "1.4.0"
flate2 = { version = "1.0.17", features = ["zlib"], default-features = false }
toml = "0.5.8"