summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-10-10 22:56:56 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2018-10-11 07:06:13 +0200
commit1891e194b5ee958450678b6ac739711ba57fae10 (patch)
tree3313c227e0e784e88d7bf7ba63112f30bf73ff9a /Cargo.toml
parentd2d01b9fe8d0e5f46534731933a26a5174b2320b (diff)
Add simple integration tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 390d7794..8ff6929a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,6 +47,7 @@ features = []
[dev-dependencies]
tempdir = "0.3"
+assert_cmd = "0.10.1"
[build-dependencies]
clap = "2.32"