]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
rust: only leave leaf crates as workspace members
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 17 Oct 2025 13:21:11 +0000 (15:21 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 28 Oct 2025 12:02:26 +0000 (13:02 +0100)
Everything else can be obtained as a dependency.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/Cargo.toml

index 783e626802c92e7fd99f0588f541011299de816f..ace0baf9bd7faa526ec82d1533517b03069dbf30 100644 (file)
@@ -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",
 ]