mirror of
https://github.com/logos-storage/hs-mix-sim.git
synced 2026-07-29 22:53:31 +00:00
19 lines
335 B
TOML
19 lines
335 B
TOML
[package]
|
|
name = "hs-mix-sim"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
rayon = "1.5"
|
|
rand = {version = "0.8.4", features=["small_rng"]}
|
|
rand_distr = "0.4.3"
|
|
clap = { version = "3.1.0", features = ["derive"] }
|
|
rustc-hash = "1.0"
|
|
array-init = "2.0.0"
|
|
chrono = "0.4.19"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug = 1
|
|
codegen-units = 1
|