We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad367bc commit b53c1dbCopy full SHA for b53c1db
Cargo.toml
@@ -3,8 +3,10 @@ name = "unicode-locale-parser"
3
version = "0.1.0"
4
edition = "2021"
5
repository = "https://github.com/kazupon/unicode-locale-parser"
6
-readme = "README.md"
+authors = ["Kazuya Kawaguchi <[email protected]>"]
7
+description = "The parser for Unicode Locale Identifiers"
8
license = "MIT"
9
+readme = "README.md"
10
categories = ["internationalization"]
11
include = [
12
"src/**/*",
0 commit comments