Files
repartition-alpes-rust/Cargo.toml
2024-10-28 15:43:30 +01:00

16 lines
314 B
TOML

[package]
name = "rust_repartition"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
argh = "0.1.12"
csv = "1.2.2"
itertools = "0.13.0"
rand = "0.8.5"
rand_chacha = "0.3.1"
serde = "1.0.188"
serde_json = "1.0.107"