minmax-rs

This commit is contained in:
nora 2023-01-09 09:33:56 +01:00
parent a3b836265a
commit 9900001888
15 changed files with 0 additions and 0 deletions

14
minmax-rs/Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[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"
[profile.dev]
opt-level = 3