Skip to content

Commit

Permalink
Set license instead of using license-file
Browse files Browse the repository at this point in the history
Otherwise crates.io declares the license to be "non-standard"

See rust-lang/cargo#8537
  • Loading branch information
crwood committed Apr 9, 2024
1 parent 49c5a13 commit 1fcbab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.3"
edition = "2021"
description = "Deterministic key-generator"
readme = "README.md"
license-file = "LICENSE"
license = "MIT"
repository = "https://github.com/crwood/deterministic-keygen"
keywords = [
"deterministic",
Expand Down

0 comments on commit 1fcbab3

Please sign in to comment.