Publishing New version.

Bumping version to 1.0.0 since Crates.io is not generating docs for some reason.
This commit is contained in:
Ayush Singh 2021-11-12 23:16:47 +05:30
parent 9a6768a314
commit 73e070aa27
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@
name = "ki18n-rs"
description = "A crate to use KF5I18n from rust."
author = ["Ayush Singh <ayushdevel1325@gmail.com>"]
version = "0.1.1"
version = "1.0.0"
edition = "2018"
links = "KF5I18n"
license = "MIT"

View file

@ -1,4 +1,6 @@
# KI18n Crate for Rust
[![Crates.io](https://img.shields.io/crates/v/ki18n-rs)](https://crates.io/crates/ki18n-rs)
KI18n is a cross-platform internationalization framework used by KDE applications. This crate is meant to allow using KI18n with Rust and [qmetaobject-rs](https://github.com/woboq/qmetaobject-rs) crate.
# Example