diff --git a/src/runtime-rs/Cargo.toml b/src/runtime-rs/Cargo.toml index bbc401f645..b5df0d4e8f 100644 --- a/src/runtime-rs/Cargo.toml +++ b/src/runtime-rs/Cargo.toml @@ -1,6 +1,13 @@ [workspace] members = [ + "crates/agent", + "crates/hypervisor", + "crates/persist", + "crates/resource", + "crates/runtimes", + "crates/service", "crates/shim", "crates/shim-ctl", -] + "tests/utils", +]