mirror of
https://github.com/Noratrieb/minmax.git
synced 2026-01-14 15:25:08 +01:00
12 lines
No EOL
121 B
TOML
12 lines
No EOL
121 B
TOML
[workspace]
|
|
members = [
|
|
"minmax-rs",
|
|
"rs-wrapper"
|
|
]
|
|
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
debug = true |