summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-02-20 20:44:12 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-02-20 20:44:59 +0200
commit0d4e33ca99f104336e93acd0bb9a5a06b427e5d8 (patch)
tree97eba95d34bfce868c972b392c699dd228ec55fa /Cargo.toml
parentbc08e1e0dde1aa1c5f7645e8c50fe3a0d21cc23a (diff)
The first test, prints a prompt
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 dd069ae..36babb3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+
+[dev-dependencies]
+assert_cmd = "2.0.8"