mirror of
https://github.com/mii443/izoli.git
synced 2025-12-03 11:08:31 +00:00
add cgroup init
This commit is contained in:
@@ -3,4 +3,12 @@ name = "izoli"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
name = "izolilib"
|
||||||
|
path = "src/lib.rs"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "izoli"
|
||||||
|
path = "src/bin/izoli.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user