summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-02-24 11:03:52 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-02-24 11:03:52 +0200
commit247d3a720d5fa727db86d0b34c02e9139664dc4e (patch)
tree2a88790d80258b41e4a4aca3f1b223103d8851dc /Cargo.lock
parentdc314144fdd2ea4f86d7e951770b0763ea22be78 (diff)
Anyhow to simplify tests
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5c31bd8..e609fb7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -12,6 +12,12 @@ dependencies = [
]
[[package]]
+name = "anyhow"
+version = "1.0.69"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
+
+[[package]]
name = "assert_cmd"
version = "2.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -262,6 +268,7 @@ checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
name = "shackle"
version = "0.1.0"
dependencies = [
+ "anyhow",
"assert_cmd",
"rexpect",
]