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