DioxusLabs / DioxusLabs/dioxus-template
Remove authors from Cargo.toml
Open
- Dominant language
- Rust
- Stars
- 72
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
The Dioxus CLI generates a Cargo.toml with an `authors` field. However, [that field is deprecated](https://doc.rust-lang.org/cargo/reference/manifest.html#the-authors-field). If one uses a [toml linter](https://github.com/tombi-toml/tombi), this even results in a warning.
So this line should be removed in all templates.
https://github.com/DioxusLabs/dioxus-template/blob/fdaeaae9d964fa8a871525c82576eb3cdee416dc/Web/Cargo.toml#L4
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.