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

14
Cargo.lock generated
View file

@ -709,6 +709,7 @@ dependencies = [
"jay-tree-types",
"jay-units",
"jay-utils",
"jay-wheel",
"jay-wire-buf",
"jay-wire-types",
"jay-xcon",
@ -909,6 +910,19 @@ dependencies = [
"uapi",
]
[[package]]
name = "jay-wheel"
version = "0.1.0"
dependencies = [
"jay-async-engine",
"jay-io-uring",
"jay-time",
"jay-utils",
"log",
"thiserror",
"uapi",
]
[[package]]
name = "jay-wire-buf"
version = "0.1.0"