initial commit

This commit is contained in:
2025-06-26 23:29:17 +08:00
commit 6a463cb1d7
4 changed files with 504 additions and 0 deletions

11
Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "port-knocking-proxy-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.4", features = ["derive", "env"] }
env_logger = "0.11.8"
log = "0.4.27"