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

difftreelog

source

Cargo.toml976 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']1718[profile.release]19panic = 'unwind'2021[workspace.dependencies.orml-vesting]22git = "https://github.com/uniquenetwork/open-runtime-module-library"23branch = "polkadot-v0.9.30"24default-features = false2526[workspace.dependencies.orml-xtokens]27git = "https://github.com/uniquenetwork/open-runtime-module-library"28branch = "polkadot-v0.9.30"29default-features = false3031[workspace.dependencies.orml-tokens]32git = "https://github.com/uniquenetwork/open-runtime-module-library"33branch = "polkadot-v0.9.30"34default-features = false3536[workspace.dependencies.orml-traits]37git = "https://github.com/uniquenetwork/open-runtime-module-library"38branch = "polkadot-v0.9.30"39default-features = false