mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-19 02:56:18 +00:00
fix: unix下增加openssl依赖包
This commit is contained in:
@@ -39,5 +39,8 @@ hex-simd = "0.8.0"
|
||||
path-clean = "1.0.1"
|
||||
tokio-stream = "0.1.15"
|
||||
|
||||
[target.'cfg(not(windows))'.dependencies]
|
||||
openssl = "0.10.66"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
|
||||
|
||||
Reference in New Issue
Block a user