Skip to content

Commit

Permalink
qa: Exclude unecessary files from package
Browse files Browse the repository at this point in the history
We only want what's useful for crates.io and portage: sources, tests, main docs, and Cargo file.
  • Loading branch information
vincentdephily committed Jun 23, 2023
1 parent ae34e55 commit 1127625
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = ["Vincent de Phily <[email protected]>",
"Alexis <[email protected]>"]
edition = "2021"
rust-version = "1.65.0"
exclude = ["/benches/*.log"]
exclude = ["benches", "docs", "rustfmt.toml", ".github", ".gitignore"]

[dependencies]
anyhow = "1.0.32"
Expand Down Expand Up @@ -41,5 +41,3 @@ codegen-units = 1
incremental = false
lto = true
panic = "abort"


0 comments on commit 1127625

Please sign in to comment.