Files
kata-containers/src/libs/Cargo.toml
Derek Lee aa581f4b28 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>
2022-08-30 09:30:03 -07:00

12 lines
158 B
TOML

[workspace]
members = [
"kata-sys-util",
"kata-types",
"logging",
"oci",
"protocols",
"safe-path",
"test-utils",
]
resolver = "2"