Skip to content

Commit 5e3e3ce

Browse files
authored
Merge pull request #26 from Alexhuszagh/manifest
Ensure our exclude is up-to-date.
2 parents dd2f31a + 18553a4 commit 5e3e3ce

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ readme = "README.md"
1111
license = "MIT OR Apache-2.0"
1212
autobenches = false
1313
edition = "2018"
14-
exclude = ["benches/*", "extras/*"]
14+
exclude = [
15+
"benches/*",
16+
"extras/*",
17+
"clippy.toml",
18+
"rustfmt.toml",
19+
"SECURITY.md",
20+
".git*",
21+
]
1522
# FIXME: rust-version is not supported until 1.56.0.
1623
rust-version = "1.37"
1724

0 commit comments

Comments
 (0)