mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-06 06:31:31 +00:00
hypha: implement basic networking support
This commit is contained in:
@ -26,6 +26,11 @@ sys-mount = { workspace = true }
|
||||
oci-spec = { workspace = true }
|
||||
backhand = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
rtnetlink = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
ipnetwork = { workspace = true }
|
||||
smoltcp = { workspace = true }
|
||||
|
||||
[dependencies.nix]
|
||||
workspace = true
|
||||
@ -53,3 +58,7 @@ path = "bin/controller.rs"
|
||||
[[bin]]
|
||||
name = "hyphactr"
|
||||
path = "bin/container.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "hyphanet"
|
||||
path = "bin/network.rs"
|
||||
|
Reference in New Issue
Block a user