Merge pull request #233 from snshn/cargo-fix-license-identifier

Fix license identifier in Cargo.toml
pull/234/head v2.4.0
Sunshine 4 years ago committed by GitHub
commit 95040173fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save