mirror of
https://github.com/logos-storage/hs-mix-sim.git
synced 2026-08-03 00:53:17 +00:00
11 lines
248 B
TOML
11 lines
248 B
TOML
[package]
|
|
name = "freeroutesim"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
rand_distr = "0.4.3"
|
|
rand = { version = "0.8.6", features = ["small_rng"] }
|
|
indicatif = "0.18.6"
|
|
rayon = "1.12.0"
|
|
clap = { version = "4.6.2", features = ["derive"] } |