Skip to content

Commit

Permalink
Merge pull request #190 from kornelski/slim
Browse files Browse the repository at this point in the history
Only include files used by the crate
  • Loading branch information
Byron authored Apr 2, 2024
2 parents bbcc796 + 20aee38 commit 0c3216c
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 0c3216c

Please sign in to comment.