otto/Cargo.toml

28 lines
483 B
TOML

[workspace]
members = [
"agent",
"models",
"osp",
"services/auctioneer",
"services/eventbus",
"services/object-store",
"services/parser",
"stdlib/archive",
"stdlib/dir",
"stdlib/error",
"stdlib/sh",
"stdlib/unarchive",
]
# 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"