wheel: move timer wheel into workspace crate
This commit is contained in:
parent
aa70204881
commit
1c24ca26fe
5 changed files with 285 additions and 255 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue