Files
daqingest/Cargo.toml
2022-04-24 18:30:16 +02:00

15 lines
294 B
TOML

[workspace]
members = ["log", "netfetch", "daqingest"]
[profile.release]
opt-level = 2
debug = 1
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" }