You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a workspace set up for multiple related crates, there's usually a big chunk of Cargo.toml attributes which need to be copy-pasted across all instances.
For example, in UNIC, we have (at least) these lines in all (published) Cargo.toml files:
Most of such properties are project-specific, but not crate-specific. For example, an indicator of that would be the fact that the share the same repository value.
It would be great if we could actually have such project-oriented attributes inherit from the workspace's main Cargo.toml, and do no need to maintain copies of them.
Wdyt?
The text was updated successfully, but these errors were encountered:
Having a workspace set up for multiple related crates, there's usually a big chunk of
Cargo.toml
attributes which need to be copy-pasted across all instances.For example, in UNIC, we have (at least) these lines in all (published)
Cargo.toml
files:Most of such properties are project-specific, but not crate-specific. For example, an indicator of that would be the fact that the share the same
repository
value.It would be great if we could actually have such project-oriented attributes inherit from the workspace's main
Cargo.toml
, and do no need to maintain copies of them.Wdyt?
The text was updated successfully, but these errors were encountered: