done for the day
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user