initial_code
This commit is contained in:
parent
a57debd087
commit
393b3395a5
14 changed files with 2808 additions and 0 deletions
11
crop_rot/Cargo.toml
Normal file
11
crop_rot/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue