From afd6ae0c6ba36ab01f717d74c3dc8e1621a81860 Mon Sep 17 00:00:00 2001 From: PinkP4nther <0x0090@protonmail.com> Date: Wed, 6 Oct 2021 19:23:38 -0700 Subject: [PATCH] Added license --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 886805a..33ee295 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ description = "" repository = "https://github.com/PinkP4nther/SSLRelay-lib" keywords = ["tcp", "networking", "relay", "tls", "ssl"] categories = ["reverse-engineering", "network-relay", "tcp"] +license = "Apache-2.0" [dependencies.openssl] version = "0.10.36"