hypha: implement automated network backend launcher

This commit is contained in:
Alex Zenla
2024-02-05 19:10:02 +00:00
parent 21c6a27097
commit a3cda1372f
4 changed files with 114 additions and 10 deletions

View File

@ -27,6 +27,7 @@ oci-spec = { workspace = true }
backhand = { workspace = true }
uuid = { workspace = true }
rtnetlink = { workspace = true }
netlink-packet-route = { workspace = true }
tokio = { workspace = true }
futures = { workspace = true }
ipnetwork = { workspace = true }