Cargo.toml 252 Bytes
Newer Older
nhynes committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
[package]
name = "test-nnvm"
version = "0.0.0"
license = "Apache-2.0"
authors = ["Nick Hynes <nhynes@berkeley.edu>"]

[dependencies]
ndarray = "0.11.2"
tvm = { path = "../../" }
serde = "1.0.59"
serde_json = "1.0.17"

[build-dependencies]
ar = "0.6.0"