Skip to content

Commit

Permalink
Merge pull request #10 from Arend-Jan/5-fix-valid-category-slugs-for-…
Browse files Browse the repository at this point in the history
…cratesio

fixing the slugs to be compliant with crates.io
  • Loading branch information
Arend-Jan authored Mar 16, 2023
2 parents 9df2c64 + 496bf03 commit c6973dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/Arend-Jan/chat-gpt-lib-rs"
authors = ["Arend-Jan Oosterveld <arendjan.oosterveld@gmail.com>"]
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

Expand Down

0 comments on commit c6973dd

Please sign in to comment.