Skip to content

Commit

Permalink
Ensure our exclude is up-to-date.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Dec 15, 2024
1 parent ce2bc2b commit 5f0fb00
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ license = "MIT OR Apache-2.0"
categories = ["no-std", "data-structures", "encoding"]
edition = "2021"
rust-version = "1.60"
exclude = [".git*", ".editorconfig", ".circleci"]
exclude = [
".git*",
".editorconfig",
".circleci",
"Makefile.toml",
"clippy.toml",
"rustfmt.toml",
]

[features]
default = ["std"]
Expand Down

0 comments on commit 5f0fb00

Please sign in to comment.