Starts a good tracing interface

This commit is contained in:
2026-02-09 16:40:51 +01:00
parent 0f721e34c4
commit a151b772aa
7 changed files with 54 additions and 6 deletions

7
Cargo.lock generated
View File

@ -144,6 +144,12 @@ version = "1.70.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
[[package]]
name = "owo-colors"
version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
[[package]]
name = "picolog"
version = "0.1.0"
@ -151,6 +157,7 @@ dependencies = [
"env_logger",
"litemap",
"log",
"owo-colors",
"winnow",
]