Files
daqingest/Cargo.toml
2023-01-16 18:56:01 +01:00

15 lines
295 B
TOML

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