From d4f6b02fdc8217067ed0a3b072dac60e49f64d83 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 1 May 2022 21:02:28 +0200 Subject: [PATCH] Add license to crates.io metadata Signed-off-by: trivernis --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 948c97c..1232cc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Trivernis "] version = "0.1.0" edition = "2021" keywords = ["compression", "extract-archive", "archiver", "cli"] +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html