chore(root): Fetch or Construct Repository and Homepage Manifest Fields Dynamically
Closed this issue · 1 comments
refcell commented
Description
Currently the repository
and homepage
manifest fields are empty in the top-level Cargo.toml
.
These could be populated by constructing urls using the project name and author like so:
https://github.com/{author}/{project}
There should also be cli flags to allow the user to override this construction with --repository
and --homepage
fields.