From 4fc12746a05612359627514bba1ad287bbba8b96 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 22 Mar 2024 22:54:09 +0100 Subject: [PATCH] set license in crate metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e6dc832..84db970 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "keyring-ima-signer" version = "0.1.0" authors = ["Patrick Uiterwijk "] edition = "2018" +license = "EUPL-1.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html