ki18n-rs/Cargo.toml
Ayush Singh 73e070aa27 Publishing New version.
Bumping version to 1.0.0 since Crates.io is not generating docs for some reason.
2021-11-12 23:16:47 +05:30

22 lines
465 B
TOML

[package]
name = "ki18n-rs"
description = "A crate to use KF5I18n from rust."
author = ["Ayush Singh <ayushdevel1325@gmail.com>"]
version = "1.0.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"]
[dependencies]
cpp = "0.5"
qmetaobject = "0.2"
qttypes = "0.2"
[build-dependencies]
cpp_build = "0.5"
semver = "1.0"