optimle/Cargo.toml

9 lines
190 B
TOML
Raw Normal View History

2022-02-24 22:47:41 -07:00
[package]
name = "optimle"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-02-26 00:51:46 -07:00
rand = "0.8.5"