summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-04-07 01:05:28 -0400
committerJesse Luehrs <doy@tozt.net>2015-04-07 01:05:28 -0400
commit4213d57bdf70b6339bc4affdc751c296f9aa14f0 (patch)
treed5edc98e6a650e3c08734724b91e98f6d4ec7deb /Cargo.toml
parent6c827b1db129cb4d60e4cc27d6f6759b79773aa2 (diff)
downloadmatasano-4213d57bdf70b6339bc4affdc751c296f9aa14f0.tar.gz
matasano-4213d57bdf70b6339bc4affdc751c296f9aa14f0.zip
problem 25
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2fb4b94..bbbd731 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,10 @@ path = "tests/set2.rs"
name = "set3"
path = "tests/set3.rs"
+[[test]]
+name = "set4"
+path = "tests/set4.rs"
+
[dependencies]
rustc-serialize = "0.3"
openssl = "0.5"