mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-06 16:04:26 +01:00
Adds oci under the src/libs workplace. oci shares a Cargo.lock file with the rest of src/libs but was not listed as a member of the workspace. There is no clear reason why it is not included in the workspace, so adding it so cargo-deny stop complaining Signed-off-by: Derek Lee <derlee@redhat.com>
12 lines
158 B
TOML
12 lines
158 B
TOML
[workspace]
|
|
members = [
|
|
"kata-sys-util",
|
|
"kata-types",
|
|
"logging",
|
|
"oci",
|
|
"protocols",
|
|
"safe-path",
|
|
"test-utils",
|
|
]
|
|
resolver = "2"
|