fix license identifier in Cargo.toml

This commit is contained in:
Sunshine 2020-12-25 22:41:31 -10:00
parent 4c2c55d166
commit b10d41f82e
No known key found for this signature in database
GPG key ID: B80CA68703CD8AB1

View file

@ -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]