We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab37fa commit 827d80aCopy full SHA for 827d80a
Cargo.toml
@@ -13,6 +13,14 @@ description = """Typenum is a Rust library for type-level numbers evaluated at
13
categories = ["no-std"]
14
edition = "2018"
15
rust-version = "1.37.0"
16
+exclude = [
17
+ "/.github/",
18
+ "/clippy.toml",
19
+ "/flake.lock",
20
+ "/flake.nix",
21
+ "/justfile",
22
+ "/.envrc",
23
+]
24
25
[dependencies]
26
scale-info = { version = "1.0", default-features = false, optional = true }
0 commit comments