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:
Derek Lee 2022-08-01 11:24:45 -07:00
parent 7914da72c9
commit aa581f4b28

View File

@ -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"