2021-11-01 09:31:02 +00:00
|
|
|
[package]
|
|
|
|
name = "ki18n-rs"
|
2021-11-01 12:32:04 +00:00
|
|
|
description = "A crate to use KF5I18n from rust."
|
|
|
|
author = ["Ayush Singh <ayushdevel1325@gmail.com>"]
|
2021-11-09 14:54:43 +00:00
|
|
|
version = "0.1.1"
|
2021-11-01 09:31:02 +00:00
|
|
|
edition = "2018"
|
|
|
|
links = "KF5I18n"
|
2021-11-07 06:33:23 +00:00
|
|
|
license = "MIT"
|
2021-11-01 10:20:57 +00:00
|
|
|
license-file = "LICENSE.txt"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/Ayush1325/ki18n-rs"
|
|
|
|
keywords = ["ki18n", "kde", "localization"]
|
2021-11-01 09:31:02 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
cpp = "0.5"
|
2021-11-01 09:57:07 +00:00
|
|
|
qmetaobject = "0.2"
|
|
|
|
qttypes = "0.2"
|
2021-11-01 09:31:02 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
cpp_build = "0.5"
|
|
|
|
semver = "1.0"
|