summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 16:31:42 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 16:32:59 -0500
commit2d31af38a2b764c446b2f949cb308a7310b251c0 (patch)
tree861555813c2e2e0e36d617941e5aa56ad9fdb815 /Cargo.toml
parent0da1176e7d053d76105ef2d71551178292b16b49 (diff)
cargo: include pkg/windows in crate package
Fixes #2653
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ca7f645b..ec57bab0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ exclude = [
"HomebrewFormula",
"/.github/",
"/ci/",
- "/pkg/",
+ "/pkg/brew",
"/benchsuite/",
"/scripts/",
]