Skip to content

Commit

Permalink
Limit which artifacts are included in the crates.io bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
goddtriffin committed Sep 25, 2024
1 parent 52ace37 commit 278354e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = [
"compression",
"data-structures",
]
exclude = [".idea/*", ".github/*"]
include = ["**/*.rs", "Cargo.toml", ".clippy.toml", "LICENSE", "README.md"]

[lib]
path = "src/lib.rs"
Expand Down

0 comments on commit 278354e

Please sign in to comment.