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.
25 lines
312 B
TOML
25 lines
312 B
TOML
[package]
|
|
name = 'kartsimrust'
|
|
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"
|
|
|
|
log = "0.4.18"
|
|
env_logger = "0.10.0"
|
|
|
|
[dev-dependencies]
|
|
|
|
test-log = "0.2.11" |