From 1b50a1ccea09dc684cf8f58608343dbf5f66b130 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 97a3470..172cb36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +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 = "MIT" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html