Skip to content

Commit

Permalink
- fix: cargo toml to include tools as assets
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Jul 2, 2024
1 parent 037774e commit 90fdbfa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libs/shinkai-tools-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ description = "Rust library to execute shinkai-tools in a safe and performant en
version = { workspace = true }
edition = { workspace = true }
keywords = ["shinkai", "tools", "runner", "safe", "ai"]
exclude = ["project.json"]
include = [
"src",
"tools",
"Cargo.toml",
"Cargo.lock"
]
license-file = { workspace = true }
homepage = { workspace = true }
readme = { workspace = true }
Expand Down

0 comments on commit 90fdbfa

Please sign in to comment.