Skip to content

Commit

Permalink
Only include files used by the crate
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Apr 1, 2024
1 parent bbcc796 commit 20aee38
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ categories = ["compression", "external-ffi-bindings"]
keywords = ["zlib", "zlib-ng"]
edition = "2018"

exclude = [
"/.github",
"/.gitmodules",
"/Cargo-zng.toml",
"/cargo-zng",
"/ci",
"/systest"
include = [
"LICENSE*",
"/README.md",
"build.rs",
"src/*.rs",
"src/*.c",
"src/zlib/*.[ch]",
"src/zlib/*.pc.in",
]

[workspace]
Expand Down

0 comments on commit 20aee38

Please sign in to comment.