2023-12-30 14:39:44 +00:00
|
|
|
[workspace]
|
|
|
|
resolver = "1"
|
|
|
|
members = [
|
|
|
|
"swordfish-common",
|
|
|
|
"swordfish"
|
2024-01-07 12:19:40 +00:00
|
|
|
, "swordfish-user"]
|
2024-01-06 14:16:56 +00:00
|
|
|
default-members = ["swordfish"]
|
2024-01-14 11:27:48 +00: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-16 19:15:23 +00:00
|
|
|
|
|
|
|
[profile.release-debug]
|
|
|
|
inherits = "release"
|
|
|
|
debug = true
|
2024-02-10 04:17:56 +00:00
|
|
|
incremental = true
|
2024-01-16 19:15:23 +00:00
|
|
|
strip = false
|