Files
daqingest/Cargo.toml
2022-06-01 17:05:03 +02:00

15 lines
297 B
TOML

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