diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-02-23 18:38:19 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-02-23 18:41:10 -0800 |
commit | 49458f9c8e0430c428794d1e4650ca175ac7286d (patch) | |
tree | c04c8feb7b288871aaf9725ae083dc01f1dd2df1 /Cargo.toml | |
parent | a062f8704731821b591887f27e7ce9fb7515b29f (diff) | |
download | ssh2-rs-49458f9c8e0430c428794d1e4650ca175ac7286d.zip |
Slim down custom TempDir
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -23,6 +23,3 @@ libc = "0.1" [dependencies.libssh2-sys] path = "libssh2-sys" version = "0.1.0" - -[dev-dependencies] -rand = "0.1" |