hypha: implement the ability to execute container images

This commit is contained in:
Alex Zenla
2024-01-22 05:08:14 -08:00
parent f3103c6c51
commit e15ac71405
3 changed files with 155 additions and 15 deletions

View File

@ -48,6 +48,10 @@ features = ["v4"]
default-features = false
version = "2.1.1"
[dependencies.nix]
features = ["process"]
version = "0.27.1"
[lib]
path = "src/lib.rs"