burn/examples/guide/Cargo.toml

18 lines
408 B
TOML

[package]
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
edition.workspace = true
license.workspace = true
name = "guide"
publish = false
version.workspace = true
[features]
default = ["burn/default"]
[dependencies]
burn = {path = "../../crates/burn", features = ["wgpu", "train", "vision"]}
# Serialization
log = {workspace = true}
serde = {workspace = true, features = ["std", "derive"]}