rust: only leave leaf crates as workspace members
Everything else can be obtained as a dependency. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
80a3c9c01a
commit
025a1d344d
1 changed files with 0 additions and 10 deletions
|
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue