Skip to content

Commit

Permalink
chore: configure cargo toml (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv authored Jun 13, 2024
1 parent 0d9796b commit 1036d56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions swiftide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "swiftide"
version = "0.1.0"
edition = "2021"
license = "MIT"
keywords = ["llm", "rag", "ingestiong", "ai", "async", "openai"]
description = "Blazing fast document and code indexation"
categories = ["asynchronous"]
licence-file = "../LICENSE"

[dependencies]
anyhow = { version = "1.0.86", features = ["backtrace"] }
Expand Down

0 comments on commit 1036d56

Please sign in to comment.