From 205775db0ab5375eea81b90eae659fbf27351e25 Mon Sep 17 00:00:00 2001 From: erwanvivien <44021072+erwanvivien@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:10:05 +0200 Subject: [PATCH] fix: update license in Cargo.toml to be explicit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 97a3470..d0a3266 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["qr", "qrcode", "qr-generator", "qrcode-generator", "qr-gen"] categories = ["multimedia", "multimedia::encoding", "multimedia::images"] include = ["src", "Cargo.toml", "./README.md", "./LICENSE", "benches"] rust-version = "1.59" -license-file = "LICENSE" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]