1
0
Fork 0
forked from wry/wry

wheel: move timer wheel into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:15:29 -04:00
parent aa70204881
commit 1c24ca26fe
No known key found for this signature in database
5 changed files with 285 additions and 255 deletions

View file

@ -36,6 +36,7 @@ members = [
"wire-buf",
"tree-types",
"eventfd-cache",
"wheel",
"toml-config",
"algorithms",
"toml-spec",
@ -73,6 +74,7 @@ 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" }
jay-wheel = { version = "0.1.0", path = "wheel" }
uapi = "0.2.13"
thiserror = "2.0.11"