We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1b19c commit affbea7Copy full SHA for affbea7
1 file changed
Cargo.toml
@@ -20,7 +20,7 @@ Supports multithreading."""
20
keywords = ["matrix", "sgemm", "dgemm"]
21
categories = ["science"]
22
23
-exclude = ["docs/*"]
+exclude = ["examples/*", "ci/*", ".github/*", "benches/*"]
24
25
build = "build.rs"
26
0 commit comments