We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b667a03 commit 259fd65Copy full SHA for 259fd65
Cargo.toml
@@ -23,4 +23,6 @@ serde_json = "1.0.89"
23
anyhow = "1.0"
24
thiserror = "1.0.38"
25
base64 = "0.20.0"
26
+
27
+[target.x86_64-unknown-linux-musl.dependencies]
28
openssl = { version = "*", features = ["vendored"] } #https://docs.rs/openssl/0.10.34/openssl/#vendored
0 commit comments