mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 16:32:03 +00:00
runtime-rs: Extend workspace to cover all crates
Only `shim` and `shim-ctl` are incorporated in `runtime-rs`'s workspace, let's extend it to cover all crates in `runtime-rs/crates`. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
parent
8df271358e
commit
abb5fb127b
@ -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",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user