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 9d074eb commit e7525cdCopy full SHA for e7525cd
openblas-build/Cargo.toml
@@ -4,6 +4,15 @@ version = "0.1.0"
4
authors = ["Toshiki Teramura <[email protected]>"]
5
edition = "2018"
6
7
+license = "MIT OR Apache-2.0"
8
+exclude = ["test_build/"]
9
+readme = "../README.md"
10
+
11
+description = "OpenBLAS build helper"
12
+documentation = "https://docs.rs/openblas-build"
13
+homepage = "https://github.com/blas-lapack-rs/openblas-src"
14
+repository = "https://github.com/blas-lapack-rs/openblas-src"
15
16
[dependencies]
17
thiserror = "1.0.22"
18
walkdir = "2.3.1"
0 commit comments