Cargo.toml 242 Bytes
Newer Older
nhynes committed
1 2 3 4
[package]
name = "test-nnvm"
version = "0.0.0"
license = "Apache-2.0"
5
authors = ["TVM Contributors"]
nhynes committed
6 7

[dependencies]
8
ndarray="0.12.1"
nhynes committed
9 10
serde = "1.0.59"
serde_json = "1.0.17"
11
tvm-runtime = { path = "../../" }
nhynes committed
12 13 14

[build-dependencies]
ar = "0.6.0"