From fea7a127b4f7fe1774a286df63a5fcb32abd347a Mon Sep 17 00:00:00 2001 From: PinkP4nther <0x0090@protonmail.com> Date: Sat, 9 Oct 2021 22:29:05 -0700 Subject: [PATCH] Add to network programming category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]