mirror of https://github.com/tracel-ai/burn.git
22 lines
559 B
TOML
22 lines
559 B
TOML
[package]
|
|
authors = [
|
|
"nathanielsimard <nathaniel.simard.42@gmail.com>",
|
|
"Dilshod Tadjibaev (@antimora)",
|
|
]
|
|
edition = "2021"
|
|
license = "MIT/Apache-2.0"
|
|
name = "burn-no-std-tests"
|
|
readme = "README.md"
|
|
repository = "https://github.com/burn-rs/burn/tree/main/burn-no-std-tests"
|
|
|
|
version = "0.6.0"
|
|
|
|
[dependencies]
|
|
|
|
# ** Please make sure all dependencies support no_std **
|
|
|
|
burn = {path = "../burn", version = "0.6.0", default-features = false}
|
|
burn-ndarray = {path = "../burn-ndarray", version = "0.6.0", default-features = false}
|
|
|
|
serde = {workspace = true}
|