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

14 lines
331 B
TOML

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