From 496bf0332655669dca5b09f00242fc6f3cb842c3 Mon Sep 17 00:00:00 2001 From: Arend-Jan Oosterveld Date: Thu, 16 Mar 2023 11:49:10 +0100 Subject: [PATCH] fixing the slugs to be compliant with crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dfd9222..8fa8c93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/Arend-Jan/chat-gpt-lib-rs" authors = ["Arend-Jan Oosterveld "] readme = "README.md" keywords = ["openai", "chatgpt", "gpt", "api", "client"] -categories = ["api-bindings", "natural-language-processing"] +categories = ["api-bindings", "text-processing", "web-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html