diff options
Diffstat (limited to 'systest/Cargo.toml')
| -rw-r--r-- | systest/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systest/Cargo.toml b/systest/Cargo.toml index e9d7af64..63f80479 100644 --- a/systest/Cargo.toml +++ b/systest/Cargo.toml @@ -9,3 +9,6 @@ openssl-sys = { path = "../openssl-sys" } [build-dependencies] ctest = "0.1" + +[features] +vendored = ['openssl-sys/vendored'] |