initial_code

This commit is contained in:
Spectre 2024-10-09 03:51:35 +02:00
parent a57debd087
commit 393b3395a5
14 changed files with 2808 additions and 0 deletions

11
crop_rot/Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[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"