add cgroup init

This commit is contained in:
mii443
2024-10-17 01:14:42 +00:00
parent 4b357b9c2e
commit 350e376897

View File

@ -3,4 +3,12 @@ name = "izoli"
version = "0.1.0"
edition = "2021"
[lib]
name = "izolilib"
path = "src/lib.rs"
[[bin]]
name = "izoli"
path = "src/bin/izoli.rs"
[dependencies]