Skip to content

Commit 9475402

Browse files
committed
fix: update license in Cargo.toml to be explicit
1 parent 0efce7c commit 9475402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["qr", "qrcode", "qr-generator", "qrcode-generator", "qr-gen"]
1212
categories = ["multimedia", "multimedia::encoding", "multimedia::images"]
1313
include = ["src", "Cargo.toml", "./README.md", "./LICENSE", "benches"]
1414
rust-version = "1.59"
15-
license-file = "LICENSE"
15+
license = "MIT"
1616

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

0 commit comments

Comments
 (0)