Feat cni (#7)

* fmt

* 完善cni以及添加接口
This commit is contained in:
火花
2025-03-23 11:13:42 +08:00
committed by GitHub
parent c33fefa635
commit 9fa472c8c6
8 changed files with 279 additions and 14 deletions

View File

@ -16,4 +16,6 @@ oci-spec = "0.6"
sha2 = "0.10"
hex = "0.4"
my-workspace-hack = { version = "0.1", path = "../my-workspace-hack" }
handlebars= "4.1.0"
cni = { version = "0.1", path = "../cni" }
handlebars= "4.1.0"
lazy_static = "1.4"