13 lines
303 B
TOML
13 lines
303 B
TOML
|
[package]
|
||
|
name = "poc"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Andrey Tkachenko <andreytkachenko64@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
build = "build.rs"
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
mnist = "0.4.0"
|
||
|
rand = "0.7.0"
|
||
|
rand_distr = "0.2.1"
|