From 4ea0c97cfe30957aba04c1e9bbcf24a1a024f0ff Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 8 Jun 2023 22:02:13 +0200 Subject: [PATCH] add a GPL-3.0 license --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c43aa3f..57b80ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "imf-codec" version = "0.1.0" edition = "2021" +license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html