fix authors, remove duplicate license.
This commit is contained in:
parent
594c2fbd4b
commit
3df99e72fd
@ -3,12 +3,10 @@ name = "snakify"
|
|||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
authors = "m-hgn"
|
authors = ["m-hgn"]
|
||||||
description = "Quickly snake-caseify any input text"
|
description = "Quickly snake-caseify any input text"
|
||||||
|
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
|
||||||
license-file = "LICENSE"
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user