forked from open-web3-stack/open-runtime-module-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.dev.toml
107 lines (101 loc) · 8.19 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
104
105
106
107
[workspace]
members = [
"asset-registry",
"auction",
"authority",
"bencher",
"bencher/test",
"benchmarking",
"currencies",
"gradually-update",
"oracle",
"oracle/rpc",
"oracle/rpc/runtime-api",
"tokens",
"tokens/rpc",
"tokens/rpc/runtime-api",
"traits",
"utilities",
"vesting",
"rewards",
"nft",
"xcm",
"xtokens",
"xcm-support",
"unknown-tokens",
"build-script-utils",
"weight-gen",
"weight-meter",
"payments"
]
exclude = ["bencher/test"]
resolver = "2"
[profile.dev]
split-debuginfo = "unpacked"
[patch.'https://github.com/paritytech/substrate']
frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
frame-support = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
frame-system = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
pallet-session = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sc-executor = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sc-executor-wasmi = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sc-utils = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-api = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-core = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-io = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-panic-handler = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-session = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-staking = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-std = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-storage = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-trie = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-version = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
sp-weights = { git = "https://github.com/paritytech//substrate", rev = "1837f423b494254e1d27834b1c9da34b2c0c2375" }
[patch.'https://github.com/paritytech/cumulus']
cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "00186468db997d3d632e4fb6f2a5ae4adc585e66" }
cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "00186468db997d3d632e4fb6f2a5ae4adc585e66" }
cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "00186468db997d3d632e4fb6f2a5ae4adc585e66" }
cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "00186468db997d3d632e4fb6f2a5ae4adc585e66" }
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "00186468db997d3d632e4fb6f2a5ae4adc585e66" }
[patch.'https://github.com/paritytech/polkadot']
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "e9bf067c68e806cdb272e0ce8065faa543cc0b5a" }
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "e9bf067c68e806cdb272e0ce8065faa543cc0b5a" }
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "e9bf067c68e806cdb272e0ce8065faa543cc0b5a" }
polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "e9bf067c68e806cdb272e0ce8065faa543cc0b5a" }
polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "e9bf067c68e806cdb272e0ce8065faa543cc0b5a" }
xcm = { git = "https://github.com/paritytech//polkadot", rev = "e9bf067c68e806cdb272e0ce8065faa543cc0b5a" }
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "e9bf067c68e806cdb272e0ce8065faa543cc0b5a" }
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "e9bf067c68e806cdb272e0ce8065faa543cc0b5a" }
xcm-simulator = { git = "https://github.com/paritytech//polkadot", rev = "e9bf067c68e806cdb272e0ce8065faa543cc0b5a" }