Hello,
I have a top-level Cargo.toml
with workspace definitions and then individual crates that use common dependencies etc.
Is there a way to specify [build]
with rustflags
for all crates in such a workspace?
I tried adding a [build]
section but cargo tells me unused manifest key: build
.