Skip to content

Commit

Permalink
chore: exclude some files from published crates (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe authored Feb 26, 2025
1 parent 5ab37fa commit 827d80a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ description = """Typenum is a Rust library for type-level numbers evaluated at
categories = ["no-std"]
edition = "2018"
rust-version = "1.37.0"
exclude = [
"/.github/",
"/clippy.toml",
"/flake.lock",
"/flake.nix",
"/justfile",
"/.envrc",
]

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

0 comments on commit 827d80a

Please sign in to comment.