Added README and LICENSE.

Also added some metadata to the Cargo.toml
This commit is contained in:
Ayush Singh 2021-11-01 15:50:57 +05:30
parent 63025689ce
commit 0c350fc91c
3 changed files with 64 additions and 0 deletions

View file

@ -3,6 +3,10 @@ name = "ki18n-rs"
version = "0.1.0"
edition = "2018"
links = "KF5I18n"
license-file = "LICENSE.txt"
readme = "README.md"
repository = "https://github.com/Ayush1325/ki18n-rs"
keywords = ["ki18n", "kde", "localization"]
[dependencies]
cpp = "0.5"