Skip to content

Commit a3c9309

Browse files
authored
ml-dsa: exclude tests/ in published crate due to size (#919)
1 parent 0e69f92 commit a3c9309

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ml-dsa/Cargo.toml

+10
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ repository = "https://github.com/RustCrypto/signatures"
1313
readme = "README.md"
1414
categories = ["cryptography"]
1515
keywords = ["crypto", "signature"]
16+
# Exclude these large files in published crate:
17+
exclude = [
18+
"tests/key-gen.json",
19+
"tests/key-gen.rs",
20+
"tests/proptests.proptest-regressions",
21+
"tests/sig-gen.json",
22+
"tests/sig-gen.rs",
23+
"tests/sig-ver.json",
24+
"tests/sig-ver.rs",
25+
]
1626

1727
[features]
1828
default = ["rand_core", "alloc", "pkcs8"]

0 commit comments

Comments
 (0)