New configuration method. Version 0.6.0. Examples updated to new configuration method. Configuration files removed.

This commit is contained in:
PinkP4nther 2021-10-09 22:05:03 -07:00
commit 61217ed351
8 changed files with 91 additions and 160 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "sslrelay"
version = "0.5.0"
version = "0.6.0"
authors = ["PinkP4nther <pinkp4nther@protonmail.com> @Pink_P4nther"]
edition = "2018"
description = "A TCP relay library for relaying/modifying/spoofing TCP traffic by implementing callback code."
@ -10,7 +10,4 @@ categories = ["reverse-engineering", "network-relay", "tcp"]
license = "Apache-2.0"
[dependencies.openssl]
version = "0.10.36"
[dependencies.toml]
version = "0.5.8"
version = "0.10.36"