summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-02-23 18:38:19 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-02-23 18:41:10 -0800
commit49458f9c8e0430c428794d1e4650ca175ac7286d (patch)
treec04c8feb7b288871aaf9725ae083dc01f1dd2df1 /Cargo.toml
parenta062f8704731821b591887f27e7ce9fb7515b29f (diff)
downloadssh2-rs-49458f9c8e0430c428794d1e4650ca175ac7286d.zip
Slim down custom TempDir
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a5bbb3f..024fe86 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,3 @@ libc = "0.1"
[dependencies.libssh2-sys]
path = "libssh2-sys"
version = "0.1.0"
-
-[dev-dependencies]
-rand = "0.1"