From ae372981f9c859586c199522626da8f34554cb2e Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Mon, 7 Oct 2024 16:18:30 -0400 Subject: [PATCH] chore: add `snafu` as a dependency in anticipation of using it across the various crates of this project (and to trigger the new MSRV verification job) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 358ed5c..5412907 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,5 @@ repository = "https://github.com/babichjacob/ac-qu-ai-nt" [workspace.dependencies] clap = "4" +snafu = "0.8" tracing = "0.1.23"