16 lines
211 B
TOML
16 lines
211 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = [
|
|
"xtask",
|
|
"plugins/dfpworm",
|
|
"plugins/gain",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
strip = "symbols"
|
|
|
|
[profile.profiling]
|
|
inherits = "release"
|
|
debug = true
|
|
strip = "none"
|