diff --git a/Cargo.toml b/Cargo.toml index 2d9de4c..2a7f9e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,10 @@ name = "unicode-locale-parser" version = "0.1.0" edition = "2021" repository = "https://github.com/kazupon/unicode-locale-parser" -readme = "README.md" +authors = ["Kazuya Kawaguchi "] +description = "The parser for Unicode Locale Identifiers" license = "MIT" +readme = "README.md" categories = ["internationalization"] include = [ "src/**/*",