feat(init): add an optional funding field
This commit is contained in:
parent
4ab78ae00d
commit
6dbcfdf282
6 changed files with 60 additions and 0 deletions
|
|
@ -217,6 +217,8 @@ pub struct Author {
|
|||
pub struct Links {
|
||||
pub repository: Url,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub funding: Option<Url>,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub homepage: Option<String>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue