path_of_exile/crop_rot/Cargo.toml
2024-10-09 03:51:35 +02:00

11 lines
201 B
TOML

[package]
name = "crop_rot"
version = "0.1.0"
edition = "2021"
[dependencies]
rand = "0.8.5"
rand_distr = "0.4.3"
rayon = "1.10.0"
serde = { version = "1.0.210", features=["derive"] }
toml = "0.8.19"