yama/Cargo.toml
Olivier 'reivilibre 5cd2700396
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/release Pipeline was successful
CHECKPOINT overhaul
2023-05-03 22:35:41 +01:00

31 lines
707 B
TOML

[workspace]
members = [
"yama",
"datman",
"yama_wormfile",
"yama_wormfile_fs",
"yama_wormfile_sftp",
"yama_wormfile_s3",
"yama_midlevel_crypto",
"yama_pile",
"yama_localcache",
]
[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"
# A few packages benefit from optimisations in the dev profile, otherwise Yama operations are needlessly slowed down.
[profile.dev.package.fastcdc]
opt-level = 2
[profile.dev.package.blake3]
opt-level = 2
# not so obvious with sqlx:
#[profile.dev.package.sqlx]
#opt-level = 2