2026-07-20 13:53:07 +02:00

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"] }