From da0276989cf7c744a3ec513c67440b3fc9780cd6 Mon Sep 17 00:00:00 2001 From: takubokudori Date: Sat, 24 Jul 2021 17:51:37 +0900 Subject: [PATCH] fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac9ed41..a64d98e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["takubokudori "] license = "MIT OR Apache-2.0" homepage = "https://github.com/takubokudori/windy" repository = "https://github.com/takubokudori/windy" -keywords = ["Windows", "ANSI", "Unicode", "Multi-byte"] +keywords = ["windows", "ansi", "unicode", "multibyte"] description = "A Windows strings library that supports AString (ANSI string) and WString (Unicode string)" readme = "README.md" edition = "2018"