chore: linting

This commit is contained in:
zhom
2026-01-03 14:28:16 +04:00
parent fba0e1ca71
commit 7544c11197
80 changed files with 15102 additions and 169 deletions
+8
View File
@@ -59,6 +59,10 @@ msi-extract = "0"
uuid = { version = "1.19", features = ["v4", "serde"] }
url = "2.5"
blake3 = "1"
globset = "0.4"
mime_guess = "2"
once_cell = "1"
urlencoding = "2.1"
chrono = { version = "0.4", features = ["serde"] }
axum = "0.8.8"
@@ -114,6 +118,10 @@ serial_test = "3"
name = "donut_proxy_integration"
path = "tests/donut_proxy_integration.rs"
[[test]]
name = "sync_e2e"
path = "tests/sync_e2e.rs"
[profile.dev]
codegen-units = 256
incremental = true