mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 16:57:18 +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]
|
||||
members = [
|
||||
"logging",
|
||||
"kata-types",
|
||||
"kata-sys-util",
|
||||
"safe-path",
|
||||
"protocols",
|
||||
"kata-types",
|
||||
"logging",
|
||||
"oci",
|
||||
"protocols",
|
||||
"safe-path",
|
||||
"test-utils",
|
||||
]
|
||||
resolver = "2"
|
||||
|
Loading…
Reference in New Issue
Block a user