panorama/Cargo.toml

14 lines
240 B
TOML
Raw Normal View History

2024-05-25 10:04:05 +00:00
workspace.resolver = "2"
2024-07-01 07:17:16 +00:00
workspace.members = ["apps/*", "crates/*", "ui/src-tauri"]
2024-06-23 22:29:29 +00:00
[profile.wasm-debug]
inherits = "dev"
panic = "abort"
[profile.wasm-release]
inherits = "release"
lto = true
opt-level = 's'
strip = true
panic = "abort"