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"
|
2023-02-01 20:01:59 +01:00
|
|
|
version = "0.2.0"
|
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"
|