-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update categories in Cargo.toml
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ authors = ["Hung-I Wang <[email protected]>"] | |
license = "GPL-2.0-or-later" | ||
repository = "https://github.com/Gowee/zhconv-rs" | ||
description = "Traditional/Simplified and regional Chinese variants converter based on MediaWiki conversion rules and powered by AC automata 轉換中文簡體、繁體及兩岸、新馬地區詞,基於MediaWiki之字詞轉換表" | ||
categories = ["text-processing", "localization", "value-formatting"] | ||
categories = ["text-processing", "localization", "value-formatting", "wasm"] | ||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|