File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ edition = "2018"
6
6
7
7
rust-version = " 1.61.0"
8
8
9
- description = " FFI for Intel(R) MKL"
9
+ description = " Rust binding of unique functions in Intel(R) MKL"
10
10
repository = " https://github.com/rust-math/intel-mkl-src"
11
11
keywords = [" ffi" ]
12
- license = " MIT"
12
+
13
+ license-file = " ../License.txt"
14
+ readme = " ../README.md"
13
15
14
16
[features ]
15
17
default = []
Original file line number Diff line number Diff line change 5
5
edition = " 2018"
6
6
rust-version = " 1.61.0"
7
7
8
- description = " CLI utility for redistributiing Intel(R) MKL"
8
+ description = " Seek Intel(R) MKL library from system "
9
9
repository = " https://github.com/rust-math/intel-mkl-src"
10
10
keywords = []
11
11
license = " MIT"
12
12
13
+ readme = " ../README.md"
14
+
13
15
[features ]
14
16
# Do not allow linking dynamic library for mkl-static-*-iomp
15
17
openmp-strict-link-type = []
You can’t perform that action at this time.
0 commit comments