Files
daqingest/Cargo.toml
2022-03-24 18:08:15 +01:00

15 lines
293 B
TOML

[workspace]
members = ["log", "netfetch", "daqingest"]
[profile.release]
opt-level = 1
debug = 0
overflow-checks = false
debug-assertions = false
lto = false
codegen-units = 32
incremental = true
[patch.crates-io]
tokio = { git = "https://github.com/dominikwerder/tokio", rev = "995221d8" }