1
0
Fork 0
forked from wry/wry

sighand: move signal handling into workspace crate

This commit is contained in:
kossLAN 2026-05-29 11:20:12 -04:00
parent 5a3b2a483b
commit c709ff997f
No known key found for this signature in database
5 changed files with 93 additions and 65 deletions

View file

@ -38,6 +38,7 @@ members = [
"eventfd-cache",
"wheel",
"cpu-worker",
"sighand",
"toml-config",
"algorithms",
"toml-spec",
@ -77,6 +78,7 @@ jay-tree-types = { version = "0.1.0", path = "tree-types" }
jay-eventfd-cache = { version = "0.1.0", path = "eventfd-cache" }
jay-wheel = { version = "0.1.0", path = "wheel" }
jay-cpu-worker = { version = "0.1.0", path = "cpu-worker" }
jay-sighand = { version = "0.1.0", path = "sighand" }
uapi = "0.2.13"
thiserror = "2.0.11"