attempting to best practice libraries for day 1

This commit is contained in:
Dylan Thies
2023-12-31 08:34:57 -05:00
parent 9a69cced80
commit 844419faf5
4 changed files with 74 additions and 36 deletions

View File

@@ -13,4 +13,8 @@ derive-getters.workspace = true
error-stack.workspace = true
itertools.workspace = true
log.workspace = true
logs = "0.7.1"
nom.workspace = true
[dev-dependencies]
test-log = {version="0.2.14", features=["default", "unstable"]}