git.delta.rocks / unique-network / refs/commits / 91cf06e25a1b

difftreelog

source

Cargo.toml931 Bsourcehistory
1[workspace]2resolver = "2"3members = [4    'node/*',5    'pallets/*',6    'client/*',7    'primitives/*',8    'crates/*',9    'runtime/opal',10    'runtime/quartz',11    'runtime/unique',12    'runtime/tests',13]14default-members = ['node/*', 'runtime/opal']15[profile.release]16panic = 'unwind'1718[workspace.dependencies.orml-vesting]19git = "https://github.com/uniquenetwork/open-runtime-module-library"20branch = "polkadot-v0.9.30"21default-features = false2223[workspace.dependencies.orml-xtokens]24git = "https://github.com/uniquenetwork/open-runtime-module-library"25branch = "polkadot-v0.9.30"26default-features = false2728[workspace.dependencies.orml-tokens]29git = "https://github.com/uniquenetwork/open-runtime-module-library"30branch = "polkadot-v0.9.30"31default-features = false3233[workspace.dependencies.orml-traits]34git = "https://github.com/uniquenetwork/open-runtime-module-library"35branch = "polkadot-v0.9.30"36default-features = false