reorganized
This commit is contained in:
parent
9ca26feac2
commit
0940071724
2 changed files with 2 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -69,7 +69,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mnist-rs"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"nalgebra",
|
||||
"rand",
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
[package]
|
||||
name = "mnist-rs"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rand = "0.8"
|
||||
rand_distr = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue