Skip to content

Commit 74fb517

Browse files
committed
fix: add skills dir to Cargo manifest
1 parent 7f79495 commit 74fb517

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["git", "pull-request", "stacked-diffs", "rebase", "github"]
1010
categories = ["command-line-utilities", "development-tools"]
1111
# Ship only what's needed to build and document the crate — keep the marketing
1212
# site (index.html, fonts/) and internal docs out of the crates.io package.
13-
include = ["src/**/*", "README.md", "LICENSE", "CHANGELOG.md"]
13+
include = ["src/**/*", "skills", "README.md", "LICENSE", "CHANGELOG.md"]
1414

1515
# One binary, `git-queue`, is built from a thin wrapper in src/bin/ around the
1616
# library's `run()`, so `git queue ...` dispatches to it via git's standard

0 commit comments

Comments
 (0)