2023-03-14 07:51:32 +08:00
|
|
|
[package]
|
|
|
|
authors = ["Dilshod Tadjibaev (@antimora)"]
|
|
|
|
edition = "2021"
|
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
name = "mnist-inference-web"
|
|
|
|
publish = false
|
2023-03-21 21:47:37 +08:00
|
|
|
version = "0.6.0"
|
2023-03-14 07:51:32 +08:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
burn = {path = "../../burn", default-features = false}
|
|
|
|
burn-ndarray = {path = "../../burn-ndarray", default-features = false}
|
|
|
|
serde = {workspace = true}
|
|
|
|
wasm-bindgen = "0.2.84"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
burn-dataset = {path = "../../burn-dataset"}
|
|
|
|
|