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-10-04 13:17:13 +02:00
|
|
|
version = "0.4.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"
|
2023-10-01 16:45:40 +02:00
|
|
|
serial = "0.4"
|