Merge pull request #233 from snshn/cargo-fix-license-identifier
Fix license identifier in Cargo.toml
This commit is contained in:
commit
95040173fc
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ include = [
|
||||||
"src/*.rs",
|
"src/*.rs",
|
||||||
"Cargo.toml",
|
"Cargo.toml",
|
||||||
]
|
]
|
||||||
license = "The Unlicense"
|
license = "Unlicense"
|
||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue