sslrelay/Cargo.toml
2021-10-06 19:18:51 -07:00

15 lines
No EOL
407 B
TOML

[package]
name = "sslrelay"
version = "0.4.2"
authors = ["PinkP4nther <pinkp4nther@protonmail.com> @Pink_P4nther"]
edition = "2018"
description = ""
repository = "https://github.com/PinkP4nther/SSLRelay-lib"
keywords = ["tcp", "networking", "relay", "tls", "ssl"]
categories = ["reverse-engineering", "network-relay", "tcp"]
[dependencies.openssl]
version = "0.10.36"
[dependencies.toml]
version = "0.5.8"