feat: Solve 1.1

This commit is contained in:
Matthew Binning 2026-02-28 18:10:12 -08:00
parent f450e6c5f0
commit a47f7e1197
7 changed files with 493 additions and 6 deletions

View file

@ -4,3 +4,13 @@ version = "0.1.0"
edition = "2024"
[dependencies]
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-core = "0.1" # pin to a single version
thiserror = "2.0.18"
eyre = "0.6.12"
color-eyre = "0.6.5"
tracing-error = "0.2.1"
[dev-dependencies]
tracing-test = "0.2.6"