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)
This commit is contained in:
J / Jacob Babich
2024-10-07 16:18:30 -04:00
parent 2f86ab7d39
commit ae372981f9

View File

@@ -9,4 +9,5 @@ repository = "https://github.com/babichjacob/ac-qu-ai-nt"
[workspace.dependencies]
clap = "4"
snafu = "0.8"
tracing = "0.1.23"