15 lines
372 B
TOML
15 lines
372 B
TOML
[workspace]
|
|
members = ["daqbuffer", "h5out", "archapp", "archapp_xc", "archapp_wrap", "items", "nodenet", "httpclient", "fsio", "dq"]
|
|
|
|
[profile.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" }
|