aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-01-29 09:05:19 -0800
committerSteven Fackler <[email protected]>2015-01-29 09:05:19 -0800
commit89c3eaf4831d89731acddb71221b45334b1bbaed (patch)
treeef38ce34d548090a4d0c816972f1dc3cd6271ef1 /Cargo.toml
parentMerge pull request #149 from gkoz/hashers_double_fin (diff)
downloadrust-openssl-89c3eaf4831d89731acddb71221b45334b1bbaed.tar.xz
rust-openssl-89c3eaf4831d89731acddb71221b45334b1bbaed.zip
Fix for stability changes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3871ce69..8a2b1bf0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,3 +18,6 @@ aes_xts = ["openssl-sys/aes_xts"]
[dependencies.openssl-sys]
path = "openssl-sys"
version = "0.2.18"
+
+[dev-dependencies]
+rustc-serialize = "0.2"