summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-04-06 02:11:07 -0400
committerJesse Luehrs <doy@tozt.net>2015-04-06 02:11:07 -0400
commit3d08e9986ed006cdf1c6f37969c9d11c53918105 (patch)
tree90baeb7e7fbbaefd36d1db2670705b986e07bcab /Cargo.toml
parentcf5f54073a9494fbd0c44c54f2b1a29b1b87e642 (diff)
downloadmatasano-3d08e9986ed006cdf1c6f37969c9d11c53918105.tar.gz
matasano-3d08e9986ed006cdf1c6f37969c9d11c53918105.zip
rearrange some test code
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bc2f6cf..2643938 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,12 @@
[package]
-
name = "matasano"
version = "0.0.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
+[[test]]
+name = "all"
+path = "tests/lib.rs"
+
[dependencies]
rustc-serialize = "0.3"
openssl = "0.5"