Open addisoncrump opened 1 year ago
Can you provide more details
Yes -- we want to move common Cargo.toml fields (like authors
, license
, edition
, etc.) to the workspace Cargo.toml, then use authors.workspace
, etc. in the Cargo.toml files.
@addisoncrump ,can you please assign me this issue?
We don't really "assign" an issue; please just open a pull request with progress.
Right now, certain details of crates in the repository are duplicating Cargo keys. This includes things like dependencies, edition, documentation links, readmes, etc.
We should move these items to the root of the workspace.