From 31b0b6a394c4201cb728014c125d378544bad61d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 12 Jul 2024 05:07:31 +0200 Subject: [PATCH] Specify `license` in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5a36c0af..95138f40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ authors = [ repository = "https://github.com/RYGhub/royalnet" rust-version = "1.71.0" readme = "README.md" +license = "EUPL-1.2" [dependencies] anyhow = "1.0.86"