eventfd: move cache into workspace crate
This commit is contained in:
parent
89dc6c91cf
commit
aa70204881
6 changed files with 191 additions and 162 deletions
|
|
@ -35,6 +35,7 @@ members = [
|
|||
"wire-types",
|
||||
"wire-buf",
|
||||
"tree-types",
|
||||
"eventfd-cache",
|
||||
"toml-config",
|
||||
"algorithms",
|
||||
"toml-spec",
|
||||
|
|
@ -71,6 +72,7 @@ jay-xcon = { version = "0.1.0", path = "xcon" }
|
|||
jay-wire-types = { version = "0.1.0", path = "wire-types" }
|
||||
jay-wire-buf = { version = "0.1.0", path = "wire-buf" }
|
||||
jay-tree-types = { version = "0.1.0", path = "tree-types" }
|
||||
jay-eventfd-cache = { version = "0.1.0", path = "eventfd-cache" }
|
||||
|
||||
uapi = "0.2.13"
|
||||
thiserror = "2.0.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue