This commit is contained in:
2023-11-23 22:23:59 +01:00
commit 7b83aa0652
7 changed files with 764 additions and 0 deletions

11
Cargo.toml Normal file
View File

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