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

12
pr-caps/Cargo.toml Normal file
View 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"