updating templates to use error_stack and thiserror
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user