introduce anyhow, test

This commit is contained in:
132nd-Professor
2022-08-15 20:24:21 +02:00
parent 2bf2352c67
commit 126ef3708f
5 changed files with 213 additions and 129 deletions
+1
View File
@@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
zip = {version = ">= 0.6.2", default-features = false, features = ["deflate"]}
anyhow = {version = ">= 1.0", features = ["backtrace"]}
[profile.release]
lto = true