use-oci-runtime 0.0.1

OCI runtime spec primitives for process, mount, namespace, hook, capability, resource, and rootfs metadata.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "use-oci-hook"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40971bd987a32e4794af5620f6295f0e404a1253a012b2e1887f852a54215bae"

[[package]]
name = "use-oci-namespace"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cc96a239a62746361892bae2c36ae469bf8d046caf1ff9ceb044442e60d180f"

[[package]]
name = "use-oci-runtime"
version = "0.0.1"
dependencies = [
 "use-oci-hook",
 "use-oci-namespace",
]