You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
231 B
TOML

[package]
name = 'simrust'
version = '0.1.0'
edition = '2021'
[lib]
crate-type = [ 'lib' ]
[profile.release]
debug = true
[dependencies]
rand = '0.8.4'
rand_distr = '0.4.3'
strum = "0.24"
strum_macros = "0.24"
rayon = "1.7.0"