fix: attempt fix on Linux by "vendoring" OpenSSL

This commit is contained in:
Diavolo 2023-11-24 14:44:40 +01:00
parent 6494af20de
commit 0652f77355
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

View File

@ -27,6 +27,9 @@ futures-util = "0.3.29"
indicatif = "0.17.7" indicatif = "0.17.7"
tokio = {version="1.33.0", features = ["rt-multi-thread", "macros"]} tokio = {version="1.33.0", features = ["rt-multi-thread", "macros"]}
[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10.58", default-features = false, features = ["vendored"] }
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
steamlocate = "2.0.0-alpha.0" steamlocate = "2.0.0-alpha.0"
mslnk = "0.1.8" mslnk = "0.1.8"