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

difftreelog

source

Cargo.toml975 Bsourcehistory
1cargo-features = ["workspace-inheritance"]23[workspace]4resolver = "2"5members = [6    'node/*',7    'pallets/*',8    'client/*',9    'primitives/*',10    'crates/*',11    'runtime/opal',12    'runtime/quartz',13    'runtime/unique',14    'runtime/tests',15]16default-members = ['node/*', 'runtime/opal']17[profile.release]18panic = 'unwind'1920[workspace.dependencies.orml-vesting]21git = "https://github.com/uniquenetwork/open-runtime-module-library"22branch = "polkadot-v0.9.30"23default-features = false2425[workspace.dependencies.orml-xtokens]26git = "https://github.com/uniquenetwork/open-runtime-module-library"27branch = "polkadot-v0.9.30"28default-features = false2930[workspace.dependencies.orml-tokens]31git = "https://github.com/uniquenetwork/open-runtime-module-library"32branch = "polkadot-v0.9.30"33default-features = false3435[workspace.dependencies.orml-traits]36git = "https://github.com/uniquenetwork/open-runtime-module-library"37branch = "polkadot-v0.9.30"38default-features = false