From 2b57c90b27cc9d1f268115d269931b244a26f31a Mon Sep 17 00:00:00 2001 From: PinkP4nther <0x0090@protonmail.com> Date: Wed, 6 Oct 2021 19:25:57 -0700 Subject: [PATCH] Add description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33ee295..279aa77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sslrelay" version = "0.4.2" authors = ["PinkP4nther @Pink_P4nther"] edition = "2018" -description = "" +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"]