hypha: implement basic container init

This commit is contained in:
Alex Zenla
2024-01-22 02:15:53 -08:00
parent db1ba23c8c
commit a412f6e823
10 changed files with 163 additions and 7 deletions

View File

@ -44,6 +44,10 @@ version = "0.14.2"
version = "1.6.1"
features = ["v4"]
[dependencies.sys-mount]
default-features = false
version = "2.1.1"
[lib]
path = "src/lib.rs"
@ -52,5 +56,5 @@ name = "hyphactl"
path = "bin/controller.rs"
[[bin]]
name = "hyphad"
name = "hyphactr"
path = "bin/container.rs"