Starts a good tracing interface
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user