diff options
| author | Daniel Albert <[email protected]> | 2016-01-20 19:59:41 +0000 |
|---|---|---|
| committer | Daniel Albert <[email protected]> | 2016-01-20 19:59:41 +0000 |
| commit | 74db7db560ea1a9fc5fd9243e59cc5e5fced5dfd (patch) | |
| tree | 32c6a4923e3a4aca44e94f7083cb0ed5b30dc631 /openssl/Cargo.toml | |
| parent | Fix incorrect unsafe declaration (diff) | |
| parent | Merge pull request #334 from jmesmon/ssl-context (diff) | |
| download | rust-openssl-74db7db560ea1a9fc5fd9243e59cc5e5fced5dfd.tar.xz rust-openssl-74db7db560ea1a9fc5fd9243e59cc5e5fced5dfd.zip | |
Merge branch 'master' of https://github.com/sfackler/rust-openssl
Diffstat (limited to 'openssl/Cargo.toml')
| -rw-r--r-- | openssl/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 9c56623e..2dd9c32f 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -25,6 +25,8 @@ rfc5114 = ["openssl-sys/rfc5114"] ecdh_auto = ["openssl-sys-extras/ecdh_auto"] pkcs5_pbkdf2_hmac = ["openssl-sys/pkcs5_pbkdf2_hmac"] +nightly = [] + [dependencies] bitflags = ">= 0.2, < 0.4" lazy_static = "0.1" |