forked from ghostchain/ghost-node
12 lines
118 B
TOML
12 lines
118 B
TOML
|
[workspace]
|
||
|
members = [
|
||
|
'node',
|
||
|
'runtime',
|
||
|
]
|
||
|
|
||
|
resolver = "2"
|
||
|
|
||
|
[profile.release]
|
||
|
panic = 'unwind'
|
||
|
debug = true
|