mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-27 19:29:56 +00:00
12 lines
118 B
TOML
12 lines
118 B
TOML
[workspace]
|
|
members = [
|
|
'node',
|
|
'runtime',
|
|
]
|
|
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
panic = 'unwind'
|
|
debug = true
|