[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"