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