创建基本文件夹

This commit is contained in:
sparkzky
2025-02-28 17:33:10 +08:00
parent bc54e9c2d0
commit 6dadc9ecf3
10 changed files with 367 additions and 32 deletions

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
containerd-client = "0.6"
containerd-client = "0.8"
tokio = { version = "1", features = ["full"] }
tonic = "0.12"
serde = { version = "1.0", features = ["derive"] }
@ -16,3 +16,4 @@ oci-spec = "0.6"
sha2 = "0.10"
hex = "0.4"
my-workspace-hack = { version = "0.1", path = "../my-workspace-hack" }
handlebars= "4.1.0"