Skip to content

Commit 0a041c2

Browse files
committed
Strip redundant files from Cargo packages of crates
1 parent 77b4e44 commit 0a041c2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ repository = "https://github.com/cucumber-rs/cucumber"
1919
readme = "README.md"
2020
categories = ["asynchronous", "development-tools::testing"]
2121
keywords = ["cucumber", "testing", "bdd", "atdd", "async"]
22+
include = ["/src/", "/LICENSE-*", "/README.md", "/CHANGELOG.md"]
2223

2324
[package.metadata.docs.rs]
2425
all-features = true

codegen/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ repository = "https://github.com/cucumber-rs/cucumber"
1515
readme = "README.md"
1616
categories = ["asynchronous", "development-tools::testing"]
1717
keywords = ["cucumber", "codegen", "macros"]
18+
exclude = ["/tests/"]
1819

1920
[lib]
2021
proc-macro = true

0 commit comments

Comments
 (0)