15 lines
295 B
TOML
15 lines
295 B
TOML
[workspace]
|
|
members = ["log", "netfetch", "daqingest"]
|
|
|
|
[profile.release]
|
|
opt-level = 2
|
|
debug = 2
|
|
overflow-checks = false
|
|
debug-assertions = false
|
|
lto = "thin"
|
|
codegen-units = 32
|
|
incremental = true
|
|
|
|
[patch.crates-io]
|
|
#tokio = { git = "https://github.com/dominikwerder/tokio", rev = "995221d8" }
|