done for the day

This commit is contained in:
2023-11-20 02:12:39 +01:00
commit 97adc47291
9 changed files with 795 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "AntSimulation"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies.simple]
version = "0.3.0"
[dependencies.ctrlc]
version = "3.4.1"
[dependencies]
rand = "0.4.6"
crossbeam = "0.8.2"