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
12
pr-caps/Cargo.toml
Normal file
12
pr-caps/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "jay-pr-caps"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "GPL-3.0-only"
|
||||
|
||||
[dependencies]
|
||||
jay-utils = { version = "0.1.0", path = "../utils" }
|
||||
|
||||
opera = "1.0.1"
|
||||
parking_lot = "0.12.1"
|
||||
uapi = "0.2.13"
|
||||
Loading…
Add table
Add a link
Reference in a new issue