chore: much better readable code

This commit is contained in:
2025-07-02 03:36:36 +02:00
parent 3c27eb55d7
commit db5247c713
8 changed files with 152 additions and 86 deletions
+1
View File
@@ -8,6 +8,7 @@ anstyle = "1"
clap = { version = "4", features = ["derive", "string"] }
ctrlc = "3"
httparse = "1"
parking_lot = { version = "0", features = ["arc_lock", "serde"] }
serde = { version = "1", features = ["derive"] }
shlex = "1"
toml = "0"