Skip to content

Commit

Permalink
Fix cargo.toml; use include or exclude exclusively
Browse files Browse the repository at this point in the history
  • Loading branch information
timwie committed Apr 29, 2024
1 parent 7bc8493 commit b687bb8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.70"
include = [
"src/*.md",
"src/lib.rs",
"RELEASES.md",
]
exclude = [
".*",
"deny.toml",
"Justfile",
"src/tests*.rs"
"LICENSE-*",
]

[dependencies.arbitrary]
Expand Down

0 comments on commit b687bb8

Please sign in to comment.