revpfw3/Cargo.toml

13 lines
351 B
TOML
Raw Normal View History

2023-01-31 19:57:49 +01:00
[package]
name = "revpfw3"
repository = "https://github.com/tudbut/revpfw3"
2023-01-31 20:28:52 +01:00
description = "A tool to bypass portforwarding restrictions using some cheap VServer"
2023-01-31 19:57:49 +01:00
license = "MIT"
version = "0.3.1"
2023-01-31 19:57:49 +01:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
enum-ordinalize = "3.1"