logger: move logging into workspace crate
This commit is contained in:
parent
061991218f
commit
f456905231
10 changed files with 424 additions and 374 deletions
19
Cargo.lock
generated
19
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue