git.delta.rocks / unique-network / refs/commits / 7b9f08ee7324

difftreelog

source

Cargo.toml932 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']1516[profile.release]17panic = 'unwind'1819[workspace.dependencies.orml-vesting]20git = "https://github.com/uniquenetwork/open-runtime-module-library"21branch = "polkadot-v0.9.33"22default-features = false2324[workspace.dependencies.orml-xtokens]25git = "https://github.com/uniquenetwork/open-runtime-module-library"26branch = "polkadot-v0.9.33"27default-features = false2829[workspace.dependencies.orml-tokens]30git = "https://github.com/uniquenetwork/open-runtime-module-library"31branch = "polkadot-v0.9.33"32default-features = false3334[workspace.dependencies.orml-traits]35git = "https://github.com/uniquenetwork/open-runtime-module-library"36branch = "polkadot-v0.9.33"37default-features = false