mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
hypha: implement basic container init
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user