Initial release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-26 11:11:32 +01:00
parent 952dd052bd
commit 72c167dcd5
3 changed files with 103 additions and 38 deletions

14
Cargo.lock generated
View File

@@ -61,6 +61,12 @@ dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "anyhow"
version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "bitflags"
version = "2.10.0"
@@ -164,8 +170,10 @@ dependencies = [
name = "header_proxy"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"env_logger",
"httparse",
"lazy_static",
"log",
"rand",
@@ -178,6 +186,12 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "httparse"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
[[package]]
name = "is_terminal_polyfill"
version = "1.70.2"