WIP: feature/nginx-handler #6

Draft
GW_MC wants to merge 6 commits from feature/nginx-handler into master
Showing only changes of commit 7a0111c4c5 - Show all commits

View File

@@ -56,7 +56,7 @@ zip = { workspace = true }
# CLI # CLI
clap = { workspace = true, features = ["derive"] } clap = { workspace = true, features = ["derive"] }
anyhow = "1.0.102" anyhow = { version = "1.0.102", features = ["backtrace"] }
fs4 = { version = "0.13.1", features = ["tokio"] } fs4 = { version = "0.13.1", features = ["tokio"] }
[dev-dependencies] [dev-dependencies]