forked from open-web3-stack/open-runtime-module-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.dev.toml
103 lines (98 loc) · 8.22 KB
/
Cargo.dev.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[workspace]
members = [
"asset-registry",
"auction",
"authority",
"bencher",
"benchmarking",
"currencies",
"gradually-update",
"oracle",
"oracle/rpc",
"oracle/rpc/runtime-api",
"tokens",
"traits",
"utilities",
"vesting",
"rewards",
"nft",
"xcm",
"xtokens",
"xcm-support",
"unknown-tokens",
"build-script-utils",
"weight-gen",
"weight-meter",
"payments"
]
resolver = "2"
[profile.dev]
split-debuginfo = "unpacked"
[patch.'https://github.com/paritytech/substrate']
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
frame-support = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
frame-system = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sc-utils = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-api = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-core = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-io = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-session = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-std = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-tasks = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-version = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "34a0621761c4a333cb2074ff720f7acbfb92dbb8" }
[patch.'https://github.com/paritytech/cumulus']
cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "15f48687e545e4b171a0af1065cec59002bc7145" }
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "15f48687e545e4b171a0af1065cec59002bc7145" }
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "15f48687e545e4b171a0af1065cec59002bc7145" }
cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "15f48687e545e4b171a0af1065cec59002bc7145" }
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "15f48687e545e4b171a0af1065cec59002bc7145" }
[patch.'https://github.com/paritytech/polkadot']
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "314298c32ac6df996ea8f3fe23fa5d3768340066" }
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "314298c32ac6df996ea8f3fe23fa5d3768340066" }
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "314298c32ac6df996ea8f3fe23fa5d3768340066" }
polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "314298c32ac6df996ea8f3fe23fa5d3768340066" }
polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "314298c32ac6df996ea8f3fe23fa5d3768340066" }
xcm = { git = "https://github.com/paritytech//polkadot", rev = "314298c32ac6df996ea8f3fe23fa5d3768340066" }
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "314298c32ac6df996ea8f3fe23fa5d3768340066" }
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "314298c32ac6df996ea8f3fe23fa5d3768340066" }
xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "314298c32ac6df996ea8f3fe23fa5d3768340066" }