1[workspace]2resolver = "2"3members = [4 'node/*',5 'pallets/*',6 'client/*',7 'primitives/*',8 'crates/*',9 'runtime/tests',10]11exclude = ["runtime/unique", "runtime/quartz"]12[profile.release]13panic = 'unwind'1415[patch.crates-io]16jsonrpsee = { git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.14.0-fix-unknown-fields" }17jsonrpsee-types = { git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.14.0-fix-unknown-fields" }18jsonrpsee-core = { git = "https://github.com/uniquenetwork/jsonrpsee", branch = "unique-v0.14.0-fix-unknown-fields" }