1
0
Fork 0
forked from wry/wry

eventfd: move cache into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:14:42 -04:00
parent 89dc6c91cf
commit aa70204881
No known key found for this signature in database
6 changed files with 191 additions and 162 deletions

View file

@ -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"