yama/Cargo.toml
Olivier 'reivilibre e8fc448ace
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
Remove needless bare_cnr crate
2022-05-30 23:11:16 +01:00

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"