feat: Solve 1.1
This commit is contained in:
parent
f450e6c5f0
commit
a47f7e1197
7 changed files with 493 additions and 6 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue