Skip to content

Commit

Permalink
update license & cargo settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wakiyamap committed Jun 30, 2024
1 parent 9c720f0 commit 08fbe1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
name = "lyra2"
version = "0.2.7"
authors = ["wakiyamap <[email protected]>"]
edition = "2018"
edition = "2021"

license = "MIT"
license = "MIT OR Apache-2.0"
description = "Pure rust library in Lyra2, Lyra2RE, Lyra2REv2, Lyra2REv3."
repository = "https://github.com/wakiyamap/lyra2"
readme = "README.md"
keywords = ["lyra2", "Lyra2RE", "Lyra2REv2", "Lyra2REv3"]
rust-version = "1.71"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 08fbe1c

Please sign in to comment.