eventfd: move cache into workspace crate
This commit is contained in:
parent
89dc6c91cf
commit
aa70204881
6 changed files with 191 additions and 162 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
|
@ -698,6 +698,7 @@ dependencies = [
|
|||
"jay-criteria",
|
||||
"jay-dbus-core",
|
||||
"jay-edid",
|
||||
"jay-eventfd-cache",
|
||||
"jay-formats",
|
||||
"jay-geometry",
|
||||
"jay-io-uring",
|
||||
|
|
@ -787,6 +788,18 @@ dependencies = [
|
|||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-eventfd-cache"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"jay-async-engine",
|
||||
"jay-io-uring",
|
||||
"jay-utils",
|
||||
"log",
|
||||
"thiserror",
|
||||
"uapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jay-formats"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue