Dragonball: migrate dragonball-sandbox crates to Kata

In order to make it easier for developers to contribute to Dragonball,
we decide to migrate all dragonball-sandbox crates to Kata.

fixes: #7262

Signed-off-by: Chao Wu <chaowu@linux.alibaba.com>
This commit is contained in:
Chao Wu
2023-07-18 12:28:04 +08:00
parent 7153b51578
commit bbd3c1b6ab
164 changed files with 55767 additions and 273 deletions

View File

@@ -11,7 +11,7 @@ license = "Apache-2.0"
actix-rt = "2.7.0"
anyhow = "^1.0"
async-trait = "0.1.48"
dbs-utils = "0.2.0"
dbs-utils = { path = "../../../dragonball/src/dbs_utils" }
go-flag = "0.1.0"
libc = ">=0.2.39"
nix = "0.24.2"