initial commit

This commit is contained in:
yggverse 2024-12-18 12:43:17 +02:00
parent 4ccf763a0e
commit 4f016e2ae0
6 changed files with 114 additions and 1 deletions

19
Cargo.toml Normal file
View 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]