From b53c1dba2d78ac63fb57695607f220b2d35517a6 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Tue, 9 Jan 2024 01:36:41 +0900 Subject: [PATCH] fix: add more package info --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/**/*",