diff --git a/Cargo.toml b/Cargo.toml index 1ee0feb..2938cd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "A TCP relay library for relaying/modifying/spoofing TCP traffic by implementing callback code." repository = "https://github.com/PinkP4nther/SSLRelay-lib" keywords = ["tcp", "networking", "relay", "tls", "ssl"] -categories = ["reverse-engineering", "network-relay", "tcp"] +categories = ["network-programming"] license = "Apache-2.0" [dependencies.openssl]