Files
daqingest/Cargo.toml
2022-05-10 15:48:25 +02:00

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" }