Skip to content

Commit

Permalink
use SPDX identifier for license
Browse files Browse the repository at this point in the history
Automated tools like `cargo deny` work better when using the `license` field instead of `license-file`.
  • Loading branch information
TheButlah authored Sep 16, 2024
1 parent 8db6487 commit d09b466
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 @@ -12,7 +12,7 @@ description = "Rust support library for Semaphore"
keywords = ["worldcoin", "protocol", "signup"]
categories = ["cryptography"]
readme = "Readme.md"
license-file = "mit-license.md"
license = "MIT"

[workspace]
members = ["crates/*"]
Expand Down

0 comments on commit d09b466

Please sign in to comment.