19 lines
402 B
TOML
19 lines
402 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"
|
|
mail-send = "0.4.9"
|
|
rand = "0.8.5"
|
|
rand_chacha = "0.3.1"
|
|
rpassword = "7.3.1"
|
|
serde = "1.0.188"
|
|
serde_json = "1.0.107"
|
|
tokio = {version="1.42.0", features = ["full"]}
|