ki18n-rs/Cargo.toml

22 lines
465 B
TOML
Raw Normal View History

2021-11-01 09:31:02 +00:00
[package]
name = "ki18n-rs"
description = "A crate to use KF5I18n from rust."
author = ["Ayush Singh <ayushdevel1325@gmail.com>"]
2021-11-01 09:31:02 +00:00
version = "0.1.0"
edition = "2018"
links = "KF5I18n"
license = "MIT"
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"
qmetaobject = "0.2"
qttypes = "0.2"
2021-11-01 09:31:02 +00:00
[build-dependencies]
cpp_build = "0.5"
semver = "1.0"