inflect to inflect-rs
This commit is contained in:
parent
bec968ac26
commit
2730296c14
5 changed files with 11 additions and 7 deletions
|
|
@ -1,10 +1,10 @@
|
|||
[package]
|
||||
name = "inflect"
|
||||
name = "inflect-rs"
|
||||
version = "0.1.0"
|
||||
authors = ["Lewis Wynne <lewis@llyw.co.uk>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
description = "inflect is a Rust port of the Python inflect library, used to generate plurals, ordinals, indefinite articles, and to convert numbers to words."
|
||||
publish = true
|
||||
description = "inflect-rs is a Rust port of the Python inflect library, used to generate plurals, ordinals, indefinite articles, and to convert numbers to words."
|
||||
homepage = "https://github.com/llywelwyn/inflect_rs"
|
||||
repository = "https://github.com/llywelwyn/inflect_rs"
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue