[package] name = "host-ctr" version = "0.1.0" edition = "2021" publish = false build = "../build.rs" [package.metadata.build-package] source-groups = [ "host-ctr" ] [lib] path = "../packages.rs" # RPM BuildRequires [build-dependencies] glibc = { path = "../glibc" } # RPM Requires [dependencies] # `containerd` is only needed at runtime, and is pulled in by `release`. # containerd = { path = "../containerd" }