Added license in Cargo.toml
Doesn't seem like license-file option is working in crates.io.
This commit is contained in:
parent
06152cce66
commit
dd88341c4d
|
@ -5,6 +5,7 @@ author = ["Ayush Singh <ayushdevel1325@gmail.com>"]
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
links = "KF5I18n"
|
links = "KF5I18n"
|
||||||
|
license = "MIT"
|
||||||
license-file = "LICENSE.txt"
|
license-file = "LICENSE.txt"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/Ayush1325/ki18n-rs"
|
repository = "https://github.com/Ayush1325/ki18n-rs"
|
||||||
|
|
Loading…
Reference in a new issue