diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-04-15 23:43:04 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-04-15 23:43:04 +0000 |
commit | 06e6d9344f358f60651923bb827c069272c22955 (patch) | |
tree | 5430a8da6718f16f241230e0c2bfc4b501041324 /Cargo.toml | |
parent | Fix tiny lint (diff) | |
download | miniserve-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.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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" |