feat: get to a normal reverse proxy

This commit is contained in:
2025-07-02 02:31:41 +02:00
parent 4fc49dd3b8
commit 3c27eb55d7
9 changed files with 829 additions and 1 deletions
+11
View File
@@ -4,3 +4,14 @@ version = "0.1.0"
edition = "2024"
[dependencies]
anstyle = "1"
clap = { version = "4", features = ["derive", "string"] }
ctrlc = "3"
httparse = "1"
serde = { version = "1", features = ["derive"] }
shlex = "1"
toml = "0"
[features]
default = ["ipc"]
ipc = []