mirror of
https://github.com/logos-co/Overwatch.git
synced 2025-01-09 22:05:54 +00:00
11 lines
140 B
TOML
11 lines
140 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"overwatch-rs",
|
|
"overwatch-derive",
|
|
]
|
|
|
|
[profile.release-opt]
|
|
inherits = "release"
|
|
lto = true
|