mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-28 19:52:36 +00:00
Building the kata-agent-policy crate only succeeded when its parents (agent and genpolicy) pulled in the required features. This commit adds the required features to the crate itself, such that it can be built standalone and IDEs don't show errors while browsing it. Signed-off-by: Markus Rudy <mr@edgeless.systems>