From 7155cf7628fec25ac98a1b035c0e446328cd3a9b Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 7 Apr 2024 13:21:55 +0100 Subject: [PATCH] chore(dev-deps): Add anyhow dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 499939f..fecf5e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,7 @@ toml = "0.8" [dev-dependencies] # Testing test-log = "0.2" +anyhow = "1.0" [package.metadata.bin] # Conventional commits githook