Skip to content

Commit

Permalink
Merge pull request #23 from LikeLakers2/add-license-to-cargo-toml
Browse files Browse the repository at this point in the history
Add `license = "MIT"` to `Cargo.toml`
  • Loading branch information
urholaukkarinen authored Feb 13, 2024
2 parents ebb2e3e + 3077225 commit 23d4c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "0.12.0"
authors = ["Urho Laukkarinen <[email protected]>"]
edition = "2021"

license = "MIT"
license-file = "LICENSE"
readme = "README.md"
homepage = "https://github.com/urholaukkarinen/egui-toast"
Expand Down

0 comments on commit 23d4c22

Please sign in to comment.