1
0
Fork 0
forked from wry/wry

logger: move logging into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:25:35 -04:00
parent 061991218f
commit f456905231
No known key found for this signature in database
10 changed files with 424 additions and 374 deletions

19
Cargo.lock generated
View file

@ -712,6 +712,7 @@ dependencies = [
"jay-geometry",
"jay-io-uring",
"jay-layout-animation",
"jay-logger",
"jay-pr-caps",
"jay-sighand",
"jay-time",
@ -866,6 +867,24 @@ dependencies = [
"jay-geometry",
]
[[package]]
name = "jay-logger"
version = "0.1.0"
dependencies = [
"backtrace",
"bstr",
"clap",
"dirs",
"humantime",
"jay-config",
"jay-utils",
"linearize",
"log",
"parking_lot",
"thiserror",
"uapi",
]
[[package]]
name = "jay-pr-caps"
version = "0.1.0"