summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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.