Files
kata-containers/src/libs/Cargo.toml
Ji-Xinyou fbf294da3f refactor(shim-mgmt): move client side to libs
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>
2022-12-14 17:42:25 +08:00

13 lines
180 B
TOML

[workspace]
members = [
"kata-sys-util",
"kata-types",
"logging",
"oci",
"protocols",
"safe-path",
"shim-interface",
"test-utils",
]
resolver = "2"