Add to network programming category

This commit is contained in:
PinkP4nther 2021-10-09 22:29:05 -07:00
commit fea7a127b4

View file

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