添加qiming-rcoder模块
This commit is contained in:
14
qiming-rcoder/crates/container-runtime-api/Cargo.toml
Normal file
14
qiming-rcoder/crates/container-runtime-api/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "container-runtime-api"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
description.workspace = true
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
shared_types = { path = "../shared_types" }
|
||||
async-trait = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
chrono = { workspace = true, features = ["serde"] }
|
||||
Reference in New Issue
Block a user