Skip to content

Commit 8007948

Browse files
authored
Exclude /.github from crates (#21)
Without this, the `.github` dir gets included in packages. Alternatively we could just exclude issue templates.
1 parent 399f975 commit 8007948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ keywords = ["random", "rng"]
1414
categories = ["algorithms", "no-std"]
1515
edition = "2024"
1616
rust-version = "1.85"
17+
exclude = ["/.github"]
1718

1819
[package.metadata.docs.rs]
1920
# To build locally:

0 commit comments

Comments
 (0)