home / grad_rs / Cargo.toml

Cargo.toml



[package]
name = "grad_rs"
version = "0.1.0"
edition = "2021"
authors = ["anders"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.8.5"
clap = { version = "4.3.11", features = ["derive"] }

[profile.release]
debug = true