2024-12-01 16:02:06 -05:00
|
|
|
[workspace]
|
|
|
|
resolver = "2"
|
2024-12-06 15:54:31 -05:00
|
|
|
members = ["engine", "subcrates/zephyr", "plugin_api"]
|
2024-12-02 18:57:00 -05:00
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
rpath = false
|
|
|
|
panic = "abort"
|
|
|
|
lto = "off"
|
|
|
|
opt-level = 0
|
|
|
|
debug = false
|
|
|
|
overflow-checks = false
|
|
|
|
incremental = true
|
|
|
|
codegen-units = 512
|
|
|
|
|
|
|
|
strip = "symbols"
|
|
|
|
debug-assertions = false
|
|
|
|
|
2024-12-03 01:12:33 -05:00
|
|
|
[profile.dev.package."*"]
|
2024-12-02 18:57:00 -05:00
|
|
|
opt-level = 0
|
|
|
|
debug = false
|
|
|
|
overflow-checks = false
|
|
|
|
incremental = true
|
|
|
|
codegen-units = 512
|
|
|
|
|
|
|
|
strip = "symbols"
|
|
|
|
debug-assertions = false
|
|
|
|
[profile.dev.build-override]
|
|
|
|
opt-level = 0
|
|
|
|
debug = false
|
|
|
|
overflow-checks = false
|
|
|
|
incremental = true
|
2024-12-03 01:12:33 -05:00
|
|
|
codegen-units = 512
|
|
|
|
|
|
|
|
[workspace.dependencies]
|
|
|
|
zephyr = { path = "./subcrates/zephyr" }
|