summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-26 22:26:34 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-26 22:26:34 +0200
commit9994ec96fa65f8c9f177fef5522a20d9a4b41547 (patch)
tree45f2c88ec23184459952e14e54e1e823bd7534cb /Cargo.toml
parentc3208b30771c2378ec48e2a2d10338bd3ad90137 (diff)
downloadwpa-psk-9994ec96fa65f8c9f177fef5522a20d9a4b41547.tar
Test command-line interface
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6b7f39b..6480261 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,3 +18,6 @@ pbkdf2 = { version = "0.11.0", default-features = false }
hmac = { version = "0.12.1", default-features = false }
sha-1 = { version = "0.10.0", default-features = false }
clap = { version = "3.1.18", features = ["derive"] }
+
+[dev-dependencies]
+assert_cmd = "2.0.4"
Generated by cgit. See skreutz.com for my tech blog and contact information.