Skip to content

Commit

Permalink
fix: Add missing metadata for Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Jan 4, 2025
1 parent cbd3643 commit 5e454ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[package]
name = "swiftide-docker-executor"
version = "0.1.0"
description = "A docker executor for swiftide agent tools"
license = "MIT"
readme = "README.md"
keywords = ["llm", "rag", "ai", "data", "openai"]
homepage = "https://swiftide.rs"
repository = "https://github.com/bosun-ai/swiftide-docker-executor"

edition = "2021"

[dependencies]
Expand Down

0 comments on commit 5e454ba

Please sign in to comment.