mirror of
https://github.com/faas-rs/faasd-in-rust.git
synced 2025-06-25 08:13:30 +00:00
创建基本文件夹
This commit is contained in:
@ -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"
|
Reference in New Issue
Block a user