mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 08:47:56 +00:00
cargo.toml: Add oci to src/libs workplace
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>
This commit is contained in:
parent
7914da72c9
commit
aa581f4b28
@ -1,11 +1,11 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"logging",
|
|
||||||
"kata-types",
|
|
||||||
"kata-sys-util",
|
"kata-sys-util",
|
||||||
"safe-path",
|
"kata-types",
|
||||||
"protocols",
|
"logging",
|
||||||
"oci",
|
"oci",
|
||||||
|
"protocols",
|
||||||
|
"safe-path",
|
||||||
"test-utils",
|
"test-utils",
|
||||||
]
|
]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
Loading…
Reference in New Issue
Block a user