Files
daqbuffer/Cargo.toml
2021-12-17 18:24:44 +01:00

25 lines
547 B
TOML

[workspace]
members = ["daqbuffer", "h5out", "archapp", "archapp_xc", "archapp_wrap", "items", "items_proc", "nodenet", "httpclient", "fsio", "dq"]
[profile.release]
opt-level = 2
debug = 0
overflow-checks = false
debug-assertions = false
lto = "thin"
codegen-units = 4
incremental = false
[profile.rel2]
inherits = "release"
opt-level = 1
debug = 0
overflow-checks = false
debug-assertions = false
lto = "off"
codegen-units = 32
incremental = true
[patch.crates-io]
tokio = { git = "https://github.com/dominikwerder/tokio", rev = "f069c87f" }