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

difftreelog

source

Cargo.toml1003 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/*', 'client/*', 'runtime/opal']15package.version = "0.9.36"1617[profile.release]18panic = 'unwind'1920[workspace.dependencies.orml-vesting]21git = "https://github.com/uniquenetwork/open-runtime-module-library"22branch = "feature/polkadot-v0.9.36"23default-features = false2425[workspace.dependencies.orml-xtokens]26git = "https://github.com/uniquenetwork/open-runtime-module-library"27branch = "feature/polkadot-v0.9.36"28default-features = false2930[workspace.dependencies.orml-tokens]31git = "https://github.com/uniquenetwork/open-runtime-module-library"32branch = "feature/polkadot-v0.9.36"33default-features = false3435[workspace.dependencies.orml-traits]36git = "https://github.com/uniquenetwork/open-runtime-module-library"37branch = "feature/polkadot-v0.9.36"38default-features = false