mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-22 12:26:37 +00:00
+4
-1
@@ -31,7 +31,6 @@ lazy_static.workspace = true
|
||||
lock.workspace = true
|
||||
regex = "1.11.0"
|
||||
netif = "0.1.6"
|
||||
nix = { version = "0.29.0", features = ["fs"] }
|
||||
path-absolutize = "3.1.1"
|
||||
protos.workspace = true
|
||||
rmp-serde = "1.3.0"
|
||||
@@ -53,7 +52,11 @@ num_cpus = "1.16"
|
||||
s3s-policy.workspace = true
|
||||
|
||||
[target.'cfg(not(windows))'.dependencies]
|
||||
nix = { version = "0.29.0", features = ["fs"] }
|
||||
openssl = "0.10.66"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winapi = "0.3.9"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
|
||||
|
||||
Reference in New Issue
Block a user