Skip to content

Commit

Permalink
Merge pull request #79 from BrPrS/master
Browse files Browse the repository at this point in the history
chage categories to match https://crates.io/category_slugs fields
  • Loading branch information
ali77gh authored Jul 22, 2024
2 parents fb824f8 + 38b4f96 commit 78b9051
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,22 @@ readme = "README.md"
# documentation = "https://docs.rs/rust-persian-tools" # if not set docs.rs will generate one and put it in place
homepage = "https://crates.io/crates/rust-persian-tools"
repository = "https://github.com/persian-tools/rust-persian-tools"
categories = ["localization", "languages", "internationalization", "tools"]
keywords = ["iran", "persian", "farsi", "tools"]
include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "Contributing.md", "logo.png"]
categories = [
"localization",
"text-processing",
"internationalization",
"development-tools",
"rust-patterns",
]
keywords = ["iran", "persian", "farsi", "tools", "text-processing"]
include = [
"src/**/*.rs",
"Cargo.toml",
"LICENSE",
"README.md",
"Contributing.md",
"logo.png",
]


[dependencies]
Expand Down

0 comments on commit 78b9051

Please sign in to comment.