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
14
Cargo.lock
generated
14
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue