Skip to content

Commit e7525cd

Browse files
committed
Fill Cargo.toml of openblas-build
1 parent 9d074eb commit e7525cd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

openblas-build/Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ version = "0.1.0"
44
authors = ["Toshiki Teramura <[email protected]>"]
55
edition = "2018"
66

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+
716
[dependencies]
817
thiserror = "1.0.22"
918
walkdir = "2.3.1"

0 commit comments

Comments
 (0)