chore: remove unused dependencies to optimize build (#1117)

This commit is contained in:
houseme
2025-12-11 18:13:26 +08:00
committed by GitHub
parent a3006ab407
commit 1a4e95e940
5 changed files with 3 additions and 13 deletions
-6
View File
@@ -108,12 +108,6 @@ google-cloud-auth = { workspace = true }
aws-config = { workspace = true }
faster-hex = { workspace = true }
[target.'cfg(not(windows))'.dependencies]
nix = { workspace = true }
[target.'cfg(windows)'.dependencies]
winapi = { workspace = true }
[dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }