1
0
Fork 0
forked from wry/wry

io_uring: move runtime into workspace crate

This commit is contained in:
kossLAN 2026-05-29 09:22:59 -04:00
parent 03d3876888
commit c3b17db151
No known key found for this signature in database
22 changed files with 662 additions and 617 deletions

View file

@ -28,6 +28,7 @@ members = [
"time",
"tracy",
"async-engine",
"io-uring",
"toml-config",
"algorithms",
"toml-spec",
@ -57,6 +58,7 @@ jay-cmm = { version = "0.1.0", path = "cmm" }
jay-time = { version = "0.1.0", path = "time" }
jay-tracy = { version = "0.1.0", path = "tracy" }
jay-async-engine = { version = "0.1.0", path = "async-engine" }
jay-io-uring = { version = "0.1.0", path = "io-uring" }
uapi = "0.2.13"
thiserror = "2.0.11"