mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-18 05:44:24 +01:00
The client side is moved to libs. This is to solve the problem that including clients will bring about messy dependencies. Fixes: #5874 Signed-off-by: Ji-Xinyou <jerryji0414@outlook.com>
13 lines
180 B
TOML
13 lines
180 B
TOML
[workspace]
|
|
members = [
|
|
"kata-sys-util",
|
|
"kata-types",
|
|
"logging",
|
|
"oci",
|
|
"protocols",
|
|
"safe-path",
|
|
"shim-interface",
|
|
"test-utils",
|
|
]
|
|
resolver = "2"
|