initial poc

This commit is contained in:
atagen 2025-10-31 14:37:46 +11:00
commit 0352030bda
7 changed files with 512 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "yoke"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.100"
exec = "0.3.1"
gumdrop = "0.8.1"
landlock = "0.4.3"