otto/Cargo.toml

26 lines
423 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
]
# Re-enable when closer to cutting actual releases, otherwise it's not worth
# the compile-time slowdown
#[profile.release]
#panic = "abort"
#lto = true
#codegen-units = 1
#incremental = false
#opt-level = "z"