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

difftreelog

source

Cargo.toml601 Bsourcehistory
1[workspace]2resolver = "2"3members = [4    'node/*',5    'pallets/*',6    'client/*',7    'primitives/*',8    'crates/*',9    'runtime/tests',10]11exclude = [12    "runtime/unique",13    "runtime/quartz"14]15[profile.release]16panic = 'unwind'1718[patch.crates-io]19jsonrpsee = {git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.13.1-fix-unknown-fields"}20jsonrpsee-types = {git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.13.1-fix-unknown-fields"}21jsonrpsee-core = {git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.13.1-fix-unknown-fields"}22