Files
daqbuffer/Cargo.toml
2021-12-17 18:23:59 +01:00

15 lines
359 B
TOML

[workspace]
members = ["daqbuffer", "h5out", "archapp", "archapp_xc", "archapp_wrap", "items", "nodenet", "httpclient"]
[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" }