mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-26 18:43:06 +00:00
agent: add required features for standalone build
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>
This commit is contained in:
@@ -7,7 +7,7 @@ license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
# Async runtime
|
||||
tokio.workspace = true
|
||||
tokio = { workspace = true, features = ["fs", "io-util"] }
|
||||
|
||||
anyhow.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user