summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-07-13 13:31:08 -0700
committerAlex Crichton <alex@alexcrichton.com>2018-07-13 13:31:08 -0700
commita3167de350ebb489a21c9b09e76de4ed74fee8bc (patch)
tree64b500fa413ecd83ad4e9e2d51a4175d2647b377 /Cargo.toml
parent16bfe7fbab0d9ee4ed421f7e302d9fc531efaf53 (diff)
downloadssh2-rs-a3167de350ebb489a21c9b09e76de4ed74fee8bc.zip
Use modern Cargo conventions for tests
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 9642704..b6ab80e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,9 +13,6 @@ Bindings to libssh2 for interacting with SSH servers and executing remote
commands, forwarding local ports, etc.
"""
-[[test]]
-name = "all"
-
[dependencies]
bitflags = "0.7"
libc = "0.2"