Skip to content

Commit bff7288

Browse files
committed
Update cargo metadata
1 parent 2067724 commit bff7288

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

intel-mkl-sys/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ edition = "2018"
66

77
rust-version = "1.61.0"
88

9-
description = "FFI for Intel(R) MKL"
9+
description = "Rust binding of unique functions in Intel(R) MKL"
1010
repository = "https://github.com/rust-math/intel-mkl-src"
1111
keywords = ["ffi"]
12-
license = "MIT"
12+
13+
license-file = "../License.txt"
14+
readme = "../README.md"
1315

1416
[features]
1517
default = []

intel-mkl-tool/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ authors = ["Toshiki Teramura <[email protected]>"]
55
edition = "2018"
66
rust-version = "1.61.0"
77

8-
description = "CLI utility for redistributiing Intel(R) MKL"
8+
description = "Seek Intel(R) MKL library from system"
99
repository = "https://github.com/rust-math/intel-mkl-src"
1010
keywords = []
1111
license = "MIT"
1212

13+
readme = "../README.md"
14+
1315
[features]
1416
# Do not allow linking dynamic library for mkl-static-*-iomp
1517
openmp-strict-link-type = []

0 commit comments

Comments
 (0)