Files
daqbuffer/Cargo.toml
2022-06-03 16:57:59 +02:00

25 lines
551 B
TOML

[workspace]
members = ["daqbuffer", "h5out", "archapp", "archapp_xc", "archapp_wrap", "items", "items_proc", "nodenet", "httpclient", "fsio", "dq"]
[profile.release]
opt-level = 1
debug = 1
overflow-checks = false
debug-assertions = false
lto = "off"
codegen-units = 64
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" }