summaryrefslogtreecommitdiffstats
path: root/rust-cli/grrs/Cargo.toml
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-12-21 15:56:24 +0100
committerivarlovlie <git@ivarlovlie.no>2022-12-21 15:56:24 +0100
commit0e1bf83811c4a9e4e2869190cfc94bf32476b9ee (patch)
treefd518a91cc92f756dc9b8959762f7553533ce60e /rust-cli/grrs/Cargo.toml
parent87ee550abea331430fc2db0f1d96d6acbfa6c8f2 (diff)
downloadlearning-rust-0e1bf83811c4a9e4e2869190cfc94bf32476b9ee.tar.xz
learning-rust-0e1bf83811c4a9e4e2869190cfc94bf32476b9ee.zip
12/21/22 15:56:24
Diffstat (limited to 'rust-cli/grrs/Cargo.toml')
-rw-r--r--rust-cli/grrs/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/rust-cli/grrs/Cargo.toml b/rust-cli/grrs/Cargo.toml
index 08077b2..fc86a5f 100644
--- a/rust-cli/grrs/Cargo.toml
+++ b/rust-cli/grrs/Cargo.toml
@@ -6,4 +6,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-clap = { version = "4.0", features = ["derive"] } \ No newline at end of file
+clap = { version = "4.0", features = ["derive"] }
+
+[dev-dependencies]
+assert_cmd = "2.0.7"
+predicates = "2.1.4" \ No newline at end of file