From 8713e5c9f10bcf50a1c84a57bbea1a8757823207 Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Sun, 25 Aug 2024 20:16:59 +0200 Subject: [PATCH] fix keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a9d6cf..23c79bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" include = ["src/**/*", "LICENSE-APACHE", "LICENSE-MIT", "README.md"] repository = "https://github.com/marvin-j97/byteview" categories = ["data-structures"] -keywords = ["german string", "string view"] +keywords = ["german-string", "string-view", "byte-slice"] [lib]