From 0575acc7cea7444c11cbe0da673211bc99cec68f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Tue, 14 Jan 2020 13:33:40 -0700 Subject: Add test Rust dependencies --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3