Files
daqbuffer/Cargo.toml
2025-02-12 09:30:40 +01:00

27 lines
543 B
TOML

[workspace]
members = ["crates/*"]
resolver = "2"
[profile.release]
opt-level = 1
debug = 0
overflow-checks = false
debug-assertions = false
lto = "thin"
codegen-units = 128
incremental = true
[profile.release2]
inherits = "release"
opt-level = 1
debug = 2
overflow-checks = false
debug-assertions = false
lto = "off"
codegen-units = 32
incremental = true
[patch.crates-io]
#tokio = { git = "https://github.com/dominikwerder/tokio", rev = "995221d8" }
thiserror = { git = "https://github.com/dominikwerder/thiserror.git", branch = "cstm" }