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