Clean up pretty printing and work on logging.

This commit is contained in:
2024-03-02 21:19:29 -08:00
parent b0aa5bc222
commit e9fbd275a2
13 changed files with 295 additions and 460 deletions

View File

@@ -30,6 +30,8 @@ target-lexicon = "0.12.14"
tempfile = "3.10.0"
thiserror = "1.0.57"
anyhow = "1.0.80"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["time", "json", "env-filter"] }
[build-dependencies]
lalrpop = "0.20.0"