adding errors and test_log to templates

This commit is contained in:
Dylan Thies
2024-01-02 19:57:14 -05:00
parent 00ed877adb
commit 03e8450ac2
4 changed files with 48 additions and 12 deletions

View File

@@ -10,3 +10,8 @@ repository.workspace = true
[dependencies]
nom = { workspace = true }
itertools = {workspace = true }
error-stack = {workspace = true}
[dev-dependencies]
test-log = {workspace=true}