minmax/minmax-rs/Cargo.toml
2023-01-14 16:33:20 +01:00

10 lines
243 B
TOML

[package]
name = "minmax"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.0.29", features = ["derive"] }
rand = "0.8.5"