2023-12-30 21:39:44 +07:00
|
|
|
[workspace]
|
|
|
|
|
resolver = "1"
|
|
|
|
|
members = [
|
|
|
|
|
"swordfish-common",
|
|
|
|
|
"swordfish"
|
2024-01-07 19:19:40 +07:00
|
|
|
, "swordfish-user"]
|
2024-01-06 21:16:56 +07:00
|
|
|
default-members = ["swordfish"]
|
2024-01-14 18:27:48 +07:00
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
|
opt-level = 3
|
|
|
|
|
debug = false
|
|
|
|
|
split-debuginfo = '...' # Platform-specific.
|
|
|
|
|
strip = "symbols"
|
|
|
|
|
debug-assertions = false
|
|
|
|
|
overflow-checks = false
|
|
|
|
|
lto = "thin"
|
|
|
|
|
panic = 'unwind'
|
|
|
|
|
incremental = false
|
|
|
|
|
codegen-units = 16
|
|
|
|
|
rpath = false
|
2024-01-17 02:15:23 +07:00
|
|
|
|
|
|
|
|
[profile.release-debug]
|
|
|
|
|
inherits = "release"
|
|
|
|
|
debug = true
|
2024-02-10 11:17:56 +07:00
|
|
|
incremental = true
|
2024-01-17 02:15:23 +07:00
|
|
|
strip = false
|