lotto/Cargo.toml

13 lines
247 B
TOML
Raw Permalink Normal View History

2024-05-03 13:06:15 -05:00
[package]
name = "lotto"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-05-03 13:49:33 -05:00
anyhow = "1.0.82"
2024-09-13 16:31:22 -05:00
memory-stats = "1.1.0"
2024-05-03 13:06:15 -05:00
rand = "0.8.5"
2024-05-03 13:49:33 -05:00
rayon = "1.10.0"