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"
66
77rust-version = " 1.61.0"
88
9- description = " FFI for Intel(R) MKL"
9+ description = " Rust binding of unique functions in Intel(R) MKL"
1010repository = " https://github.com/rust-math/intel-mkl-src"
1111keywords = [" ffi" ]
12- license = " MIT"
12+
13+ license-file = " ../License.txt"
14+ readme = " ../README.md"
1315
1416[features ]
1517default = []
Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
55edition = " 2018"
66rust-version = " 1.61.0"
77
8- description = " CLI utility for redistributiing Intel(R) MKL"
8+ description = " Seek Intel(R) MKL library from system "
99repository = " https://github.com/rust-math/intel-mkl-src"
1010keywords = []
1111license = " MIT"
1212
13+ readme = " ../README.md"
14+
1315[features ]
1416# Do not allow linking dynamic library for mkl-static-*-iomp
1517openmp-strict-link-type = []
You can’t perform that action at this time.
0 commit comments