yarnn/Cargo.toml

13 lines
303 B
TOML
Raw Normal View History

2019-07-04 11:42:13 +04:00
[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"