git.delta.rocks / unique-network / refs/commits / c12df1563ba5

difftreelog

Exclude unique and quartz runtimes from the workspace

Daniel Shiposha2022-03-30parent: #c801a90.patch.diff
in: master

1 file changed

modifiedCargo.tomldiffbeforeafterboth
before · 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'