diff options
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" |