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 bd9bb5f commit 987f9a8Copy full SHA for 987f9a8
openblas-build/Cargo.toml
@@ -11,7 +11,9 @@ documentation = "https://docs.rs/openblas-build"
11
homepage = "https://github.com/blas-lapack-rs/openblas-src"
12
repository = "https://github.com/blas-lapack-rs/openblas-src"
13
readme = "../README.md"
14
-exclude = ["test_build/"]
+exclude = [
15
+ "test_build/",
16
+]
17
18
[dependencies]
19
thiserror = "1.0.22"
0 commit comments