mirror of
https://github.com/YGGverse/plurify.git
synced 2026-03-31 09:05:40 +00:00
initial commit
This commit is contained in:
parent
4ccf763a0e
commit
4f016e2ae0
6 changed files with 114 additions and 1 deletions
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "plurify"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
description = "Pluralize words in different locales"
|
||||
keywords = ["plural", "singular", "inflect", "translate", "localization"]
|
||||
categories = [
|
||||
"development-tools",
|
||||
"localization",
|
||||
"parsing",
|
||||
"text-processing",
|
||||
"value-formatting",
|
||||
]
|
||||
repository = "https://github.com/YGGverse/plurify"
|
||||
|
||||
[dependencies]
|
||||
Loading…
Add table
Add a link
Reference in a new issue