aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-04-15 23:43:04 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-04-15 23:43:04 +0000
commit06e6d9344f358f60651923bb827c069272c22955 (patch)
tree5430a8da6718f16f241230e0c2bfc4b501041324 /Cargo.toml
parentFix tiny lint (diff)
downloadminiserve-06e6d9344f358f60651923bb827c069272c22955.tar.gz
miniserve-06e6d9344f358f60651923bb827c069272c22955.zip
Set up testing infrastructure and add some integration tests (fixes #68)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 731927f..ce5cf24 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,3 +45,11 @@ failure = "0.1.5"
log = "0.4.6"
strum = "0.15.0"
strum_macros = "0.15.0"
+
+[dev-dependencies]
+assert_cmd = "0.11"
+rexpect = "0.3"
+reqwest = "0.9"
+assert_fs = "0.11"
+select = "0.4"
+portpicker = "0.1"