Files
daqingest/Cargo.toml
2023-11-16 17:07:13 +01:00

16 lines
303 B
TOML

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