1
0
Fork 0
forked from wry/wry
wry/crates/wheel/Cargo.toml

15 lines
361 B
TOML

[package]
name = "jay-wheel"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
jay-async-engine = { path = "../async-engine" }
jay-io-uring = { path = "../io-uring" }
jay-time = { path = "../time" }
jay-utils = { path = "../utils" }
log = { version = "0.4.20", features = ["std"] }
thiserror = "2.0.11"
uapi = "0.2.13"