otto/Cargo.toml

24 lines
312 B
TOML
Raw Normal View History

2019-12-14 17:09:47 +00:00
[workspace]
members = [
2020-10-23 03:35:49 +00:00
"agent",
"osp",
"services/auctioneer",
"services/eventbus",
"services/object-store",
"stdlib/archive",
"stdlib/dir",
"stdlib/error",
"stdlib/sh",
2019-12-14 17:09:47 +00:00
]
[profile.release]
panic = "abort"
lto = true
codegen-units = 1
incremental = false
opt-level = "z"