cpu_worker: move runtime into workspace crate
This commit is contained in:
parent
1c24ca26fe
commit
5a3b2a483b
9 changed files with 566 additions and 509 deletions
17
Cargo.lock
generated
17
Cargo.lock
generated
|
|
@ -695,6 +695,7 @@ dependencies = [
|
|||
"jay-bufio",
|
||||
"jay-cmm",
|
||||
"jay-config",
|
||||
"jay-cpu-worker",
|
||||
"jay-criteria",
|
||||
"jay-dbus-core",
|
||||
"jay-edid",
|
||||
|
|
@ -759,6 +760,22 @@ dependencies = [
|
|||
name = "jay-config-schema"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "jay-cpu-worker"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"jay-async-engine",
|
||||
"jay-geometry",
|
||||
"jay-io-uring",
|
||||
"jay-tracy",
|
||||
"jay-utils",
|
||||
"jay-wheel",
|
||||
"log",
|
||||
"parking_lot",
|
||||
"thiserror",
|
||||
"uapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-criteria"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue