12 lines
278 B
TOML
12 lines
278 B
TOML
[workspace]
|
|
members = [
|
|
"yama",
|
|
"datman",
|
|
]
|
|
|
|
[profile.release]
|
|
# Include FULL debug information in the release binaries
|
|
debug = 2
|
|
# When this feature stabilises, it will be possible to split the debug information into a file alongside the binary
|
|
#split-debuginfo = "packed"
|