We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b424882 commit 585c7d4Copy full SHA for 585c7d4
Cargo.toml
@@ -55,6 +55,7 @@ toml = "0.4.2"
55
url = "1.1"
56
clap = "2.31.2"
57
unicode-width = "0.1.5"
58
+openssl = { version = '0.10.11', optional = true }
59
60
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
61
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
@@ -95,3 +96,6 @@ bufstream = "0.1"
95
96
name = "cargo"
97
test = false
98
doc = false
99
+
100
+[features]
101
+vendored-openssl = ['openssl/vendored']
0 commit comments