updating templates to use error_stack and thiserror

This commit is contained in:
Dylan Thies
2024-01-04 20:57:08 -05:00
parent 3b1c2379f9
commit 8c52af6819
5 changed files with 42 additions and 38 deletions

View File

@@ -7,11 +7,13 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = { workspace = true }
itertools = {workspace = true }
error-stack = {workspace = true}
nom.workspace = true
itertools.workspace = true
log.workspace = true
error-stack.workspace = true
thiserror.workspace = true
[dev-dependencies]
test-log = {workspace=true}
test-log.workspace = true