1 | [package] |
---|---|
2 | name = "unicode-vo" |
3 | # When updating version, also modify html_root_url in the lib.rs |
4 | version = "0.1.0" |
5 | authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"] |
6 | description = "Unicode vertical orientation detection" |
7 | documentation = "https://docs.rs/unicode-vo/" |
8 | keywords = ["unicode"] |
9 | license = "MIT/Apache-2.0" |
10 | readme = "README.md" |
11 | repository = "https://github.com/RazrFalcon/unicode-vo" |
12 |