sighand: move signal handling into workspace crate
This commit is contained in:
parent
5a3b2a483b
commit
c709ff997f
5 changed files with 93 additions and 65 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue