Skip to content

Commit 827d80a

Browse files
authored
chore: exclude some files from published crates (#223)
1 parent 5ab37fa commit 827d80a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ description = """Typenum is a Rust library for type-level numbers evaluated at
1313
categories = ["no-std"]
1414
edition = "2018"
1515
rust-version = "1.37.0"
16+
exclude = [
17+
"/.github/",
18+
"/clippy.toml",
19+
"/flake.lock",
20+
"/flake.nix",
21+
"/justfile",
22+
"/.envrc",
23+
]
1624

1725
[dependencies]
1826
scale-info = { version = "1.0", default-features = false, optional = true }

0 commit comments

Comments
 (0)