mkl_link 0.1.2

Library for linking with MKL.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cblas_ffi"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3c8ed28b00e469d9c45fc760391f72115957ab5b9e07ce1cb5b68de97cdfee8"
dependencies = [
 "libc",
]

[[package]]
name = "libc"
version = "0.2.178"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"

[[package]]
name = "mkl_link"
version = "0.1.2"
dependencies = [
 "cblas_ffi",
]