unique-network
refs/commits
9029637fc63d
Cargo.toml
1[workspace]2resolver = "2"3members = [4 'node/*',5 'pallets/*',6 'client/*',7 'primitives/*',8 'runtime/*',9 'crates/*',10]11[profile.release]12panic = 'unwind'