add command works ,fix warnings, proxy repaired, docker start arguments defined

This commit is contained in:
2026-06-05 22:03:22 +02:00
parent e52763c35e
commit 25d7a6ffd1
19 changed files with 819 additions and 132 deletions

View File

@ -14,4 +14,5 @@ json = "0.12.4"
regex = "1.12.3"
serde = "1.0.228"
thiserror = "2.0.18"
tokio = { version = "1.52.1", features = ["net", "rt", "macros", "signal"] }
tokio = { version = "1.52.1", features = ["net", "rt", "macros", "signal", "fs"] }
zip = "8.6.0"