aboutsummaryrefslogtreecommitdiff
path: root/openssl/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/Cargo.toml')
-rw-r--r--openssl/Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index 6ba69781..8bfc8aca 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -21,10 +21,9 @@ path = "../openssl-sys"
version = "0.5.2"
[dependencies]
+bitflags = "0.1.1"
+lazy_static = "0.1"
libc = "0.1"
[dev-dependencies]
rustc-serialize = "0.3"
-
-[dependencies]
-bitflags = "0.1.1"