summaryrefslogtreecommitdiff
path: root/test cases/rust/32 rust.workspace workspace/Cargo.lock
AgeCommit message (Collapse)Author
2025-12-22test: rust.workspace: add another member to the workspacePaolo Bonzini
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-12-22rust: add rust.workspace() skeleton implementationPaolo Bonzini
rust.workspace() is the entry point for global feature resolution. It loads a Cargo.toml file and ensures that all dependencies will be built with the correct set of features. Fixes: #13404 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>