gemm/demo/Cargo.toml
2019-12-05 17:21:05 +04:00

15 lines
323 B
TOML

[package]
name = "demo"
version = "0.1.0"
authors = ["Andrey Tkachenko <andreytkachenko64@gmail.com>"]
edition = "2018"
build = "build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gemm = {path="../"}
openblas = "0.0.1"
blas = "0.20.0"
rand = "0.7.2"