Added license in Cargo.toml

Doesn't seem like license-file option is working in crates.io.
This commit is contained in:
Ayush Singh 2021-11-07 12:03:23 +05:30
parent 06152cce66
commit dd88341c4d

View file

@ -5,6 +5,7 @@ author = ["Ayush Singh <ayushdevel1325@gmail.com>"]
version = "0.1.0"
edition = "2018"
links = "KF5I18n"
license = "MIT"
license-file = "LICENSE.txt"
readme = "README.md"
repository = "https://github.com/Ayush1325/ki18n-rs"