mirror of
https://github.com/Noratrieb/minmax.git
synced 2026-01-14 15:25:08 +01:00
12 lines
205 B
TOML
12 lines
205 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]
|
|
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|