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 ca561e0 commit 8aa2d04Copy full SHA for 8aa2d04
intel-mkl-tool/Cargo.toml
@@ -4,6 +4,11 @@ version = "0.1.0"
4
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
5
edition = "2018"
6
7
+description = "CLI utility for redistributiing Intel(R) MKL"
8
+repository = "https://github.com/rust-math/intel-mkl-src"
9
+keywords = ["cli"]
10
+license = "MIT"
11
+
12
[features]
13
default = ["cli"]
14
cli = ["structopt", "env_logger"]
0 commit comments