fix: unix下增加openssl依赖包

This commit is contained in:
shiro.lee
2024-08-09 09:45:04 +08:00
parent b007903616
commit 82bca87418
2 changed files with 76 additions and 1 deletions
+3
View File
@@ -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"] }