mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-31 12:14:27 +01:00
More and more Rust code is introduced, the test utils original in agent should be made easy to share, move it into a new crate will make it easy to share between different crates. Fixes: #4925 Signed-off-by: Bin Liu <bin@hyper.sh>
12 lines
158 B
TOML
12 lines
158 B
TOML
[workspace]
|
|
members = [
|
|
"logging",
|
|
"kata-types",
|
|
"kata-sys-util",
|
|
"safe-path",
|
|
"protocols",
|
|
"oci",
|
|
"test-utils",
|
|
]
|
|
resolver = "2"
|