Skip to content

Commit d377fba

Browse files
fix(cargo): keep package include under package section
1 parent c097fb8 commit d377fba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ readme = "README.md"
1010
keywords = ["code-intelligence", "knowledge-graph", "mcp", "tree-sitter", "claude"]
1111
categories = ["development-tools", "command-line-utilities"]
1212

13-
[workspace]
14-
exclude = [".worktrees", ".codex-worktrees"]
15-
1613
# Explicit whitelist so `cargo package`/`cargo publish` ship everything the
1714
# build needs — including the PREBUILT dashboard dist bundles, which are
1815
# gitignored (an `exclude`-style package can never pick them up). Run
@@ -44,6 +41,9 @@ include = [
4441
"/dashboard/hermes-wrapper/src/**",
4542
]
4643

44+
[workspace]
45+
exclude = [".worktrees", ".codex-worktrees"]
46+
4747
[features]
4848
default = ["full", "token-counting"]
4949

0 commit comments

Comments
 (0)