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 hpet
crate didn't have it, I wasn't sure if I was introducing unintended
behaviour.
I also just discovered
[here](https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions)
that the resolver in the sub crates is ignored when a workspace resolver
is set, so it would probably be more correct to just remove the entry
entirely.
Please lmk whether that should be part of a v2 for this patch (series)
or if I should create new separate series for that.
Best
Stefan