[workspace] members = ["crates/x-media", "crates/xmedia-bot"] resolver = "3" # Smaller/faster production binary: strip debug symbols, link-time # optimization across crates, and one codegen unit per crate (bigger LTO # wins). panic=abort is intentionally NOT set: queue workers and db # closures rely on JoinHandle catching panics, which abort would defeat. [profile.release] strip = true lto = "thin" codegen-units = 1