15 lines
367 B
TOML
15 lines
367 B
TOML
[workspace]
|
|
members = ["daqbuffer", "h5out", "archapp", "archapp_xc", "archapp_wrap", "items", "nodenet", "httpclient", "fsio"]
|
|
|
|
[profile.release]
|
|
opt-level = 1
|
|
debug = 1
|
|
#overflow-checks = true
|
|
#debug-assertions = true
|
|
lto = "off"
|
|
codegen-units = 160
|
|
incremental = true
|
|
|
|
[patch.crates-io]
|
|
tokio = { git = "https://github.com/dominikwerder/tokio", rev = "637a0c8a" }
|