Skip to content

Commit

Permalink
lib metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
snowmead committed Oct 19, 2023
1 parent e654b5d commit 59a3608
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,20 @@
name = "loreweaver"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = "Managing long conversations with ChatGPT"
readme = "README.md"
repository = "https://github.com/snowmead/loreweaver"
license-file = "LICENSE"
keywords = ["chatbot", "gpt", "openai", "chatgpt"]
categories = ["api-bindings"]
exclude = [
"compose.yaml",
".idea",
".github",
".DS_Store",
".gitignore",
".rustfmt.toml",
]

[dependencies]
async-openai = "0.14.3"
Expand Down

0 comments on commit 59a3608

Please sign in to comment.