first commit

This commit is contained in:
jfelderh
2024-10-28 14:26:06 +01:00
commit 33de1a4778
7 changed files with 728 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[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"
rand = "0.8.5"
rand_chacha = "0.3.1"
serde = "1.0.188"
serde_json = "1.0.107"