Re: [PATCH] rust: centralize config in workspace root

2025-05-02 Thread Stefan Zabka
Just realised that I forgot to CC Paolo and also that I didn't strictly enforce the tag order of name, version, authors and then alphabetically like I wanted to. I hope this is still enough of an improvement over the status quo. I also considered centralising the `publish = false` but as the h

[PATCH] rust: centralize config in workspace root

2025-05-02 Thread Stefan Zabka
This commit bundles common config option in the workspace root and applies them through .workspace = true Signed-off-by: Stefan Zabka --- rust/Cargo.toml | 7 +++ rust/hw/char/pl011/Cargo.toml | 11 ++- rust/hw/timer/hpet/Cargo.toml | 9 ++--- rust/qemu-api-