1
0
Fork 0
forked from wry/wry

pr_caps: move process capabilities into workspace crate

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

View file

@ -39,6 +39,7 @@ members = [
"wheel",
"cpu-worker",
"sighand",
"pr-caps",
"toml-config",
"algorithms",
"toml-spec",
@ -79,6 +80,7 @@ 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" }
jay-pr-caps = { version = "0.1.0", path = "pr-caps" }
uapi = "0.2.13"
thiserror = "2.0.11"