|
@@ -10,7 +10,6 @@ codec = { package = 'parity-scale-codec', version = '1.3.4', default-features =
|
|
|
sp-std = { package = 'sp-std', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
frame-support = { package = 'frame-support', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
frame-system = { package = 'frame-system', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
-membership = { package = 'pallet-membership', default-features = false, path = '../../membership'}
|
|
|
common = { package = 'pallet-common', default-features = false, path = '../../common'}
|
|
|
frame-benchmarking = { package = 'frame-benchmarking', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca', optional = true}
|
|
|
balances = { package = 'pallet-balances', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca', optional = true}
|
|
@@ -21,6 +20,7 @@ sp-core = { package = 'sp-core', default-features = false, git = 'https://github
|
|
|
sp-runtime = { package = 'sp-runtime', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
pallet-timestamp = { package = 'pallet-timestamp', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
balances = { package = 'pallet-balances', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
+membership = { package = 'pallet-membership', default-features = false, path = '../../membership'}
|
|
|
|
|
|
[features]
|
|
|
default = ['std']
|
|
@@ -34,6 +34,5 @@ std = [
|
|
|
'sp-std/std',
|
|
|
'frame-support/std',
|
|
|
'frame-system/std',
|
|
|
- 'membership/std',
|
|
|
'common/std',
|
|
|
]
|