mirror of https://github.com/tracel-ai/burn.git
15 lines
318 B
TOML
15 lines
318 B
TOML
[package]
|
|
name = "onnx-tests"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dev-dependencies]
|
|
burn = { path = "../../burn" }
|
|
burn-ndarray = { path = "../../burn-ndarray" }
|
|
serde = { workspace = true }
|
|
float-cmp = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
burn-import = { path = "../" }
|