aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-14 13:40:08 -0700
committerGitHub <noreply@github.com>2020-01-14 13:40:08 -0700
commit772d16a78abda39f2b3d6d3bb91253835bf0ff99 (patch)
tree34fcfe2eb5021e489f74279b6eebbb6e1fea1252 /Cargo.toml
parentbf8ee015890da9528572b9dbc8eeaa4dd57e132c (diff)
parent3d95847e2871f77967c3664372266087c31019cb (diff)
downloadfpm-772d16a78abda39f2b3d6d3bb91253835bf0ff99.tar.gz
fpm-772d16a78abda39f2b3d6d3bb91253835bf0ff99.zip
Merge pull request #10 from certik/tests2
Prepare fpm to run on Windows using Rust tests
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 868f563..094a80f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,7 @@ edition = "2018"
[dependencies]
structopt = "0.3.7"
+
+[dev-dependencies]
+assert_cmd = "0.10"
+predicates = "1"