summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-03-07 11:51:17 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-03-07 11:51:17 -0800
commit80b4350918a236711ed193c06998ddc1af523e17 (patch)
treea30065aece8a6f679c79d430f2465a30e0d97769 /Cargo.toml
parentc3cdbc762c1b35bd260044870e655e06c75e738c (diff)
downloadssh2-rs-80b4350918a236711ed193c06998ddc1af523e17.zip
Update to rust master
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 024fe86..76a70a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,3 +23,6 @@ libc = "0.1"
[dependencies.libssh2-sys]
path = "libssh2-sys"
version = "0.1.0"
+
+[dev-dependencies]
+tempdir = "0.3"