pr_caps: move process capabilities into workspace crate
This commit is contained in:
parent
c709ff997f
commit
d50863bbd8
5 changed files with 290 additions and 266 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue