burn/crates/burn-no-std-tests/Cargo.toml

21 lines
591 B
TOML
Raw Permalink Normal View History

[package]
authors = [
"nathanielsimard <nathaniel.simard.42@gmail.com>",
"Dilshod Tadjibaev (@antimora)",
]
edition.workspace = true
license.workspace = true
name = "burn-no-std-tests"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-no-std-tests"
version.workspace = true
[dependencies]
# ** Please make sure all dependencies support no_std **
2024-08-28 02:12:54 +08:00
burn = { path = "../burn", version = "0.15.0", default-features = false }
burn-ndarray = { path = "../burn-ndarray", version = "0.15.0", default-features = false }
2023-12-02 03:33:28 +08:00
serde = { workspace = true }