From: Paolo Bonzini Date: Fri, 17 Oct 2025 13:21:11 +0000 (+0200) Subject: rust: only leave leaf crates as workspace members X-Git-Tag: v10.2.0-rc1~40^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=025a1d344d8ce6c889933926071edc799ad81390;p=thirdparty%2Fqemu.git rust: only leave leaf crates as workspace members Everything else can be obtained as a dependency. Signed-off-by: Paolo Bonzini --- diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 783e626802..ace0baf9bd 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,18 +1,8 @@ [workspace] resolver = "2" members = [ - "bits", - "bql", - "common", - "migration", - "qemu-macros", - "qom", - "system", - "hw/core", "hw/char/pl011", "hw/timer/hpet", - "trace", - "util", "tests", ]