From dd88341c4d7acc9327a0f061fa2c2eacfe7a3211 Mon Sep 17 00:00:00 2001 From: Ayush Singh Date: Sun, 7 Nov 2021 12:03:23 +0530 Subject: [PATCH] Added license in Cargo.toml Doesn't seem like license-file option is working in crates.io. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a814f41..860e83a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ author = ["Ayush Singh "] version = "0.1.0" edition = "2018" links = "KF5I18n" +license = "MIT" license-file = "LICENSE.txt" readme = "README.md" repository = "https://github.com/Ayush1325/ki18n-rs"