diff options
| author | SteamedFish <69167+SteamedFish@users.noreply.github.com> | 2023-04-06 21:50:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-06 15:50:15 +0200 |
| commit | ebb995fecaa90baf000db043f4b25ec302c09000 (patch) | |
| tree | c9b6324f28df9a9f85f00cbee0ccc76b40247ebc /library/Cargo.toml | |
| parent | 4ba3b9da8046b31118b259d0a773f0528a82c6ae (diff) | |
Add Chinese numbering (#565)
Diffstat (limited to 'library/Cargo.toml')
| -rw-r--r-- | library/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/Cargo.toml b/library/Cargo.toml index 0b754dd2..15460269 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -33,3 +33,4 @@ unicode-math-class = "0.1" unicode-script = "0.5" unicode-segmentation = "1" xi-unicode = "0.3" +chinese-number = { version = "0.7", default-features = false, features = ["number-to-chinese"] } |
