@@ -12,27 +12,27 @@ repository = "https://github.com/paritytech/substrate/"
12
12
targets = [" x86_64-unknown-linux-gnu" ]
13
13
14
14
[dependencies ]
15
- sp-core = { version = " 2.0.0-dev" , default-features = false , path = " ../../primitives/core" }
16
15
codec = { package = " parity-scale-codec" , version = " 1.3.0" , default-features = false , features = [" derive" ] }
17
16
sp-inherents = { version = " 2.0.0-dev" , default-features = false , path = " ../../primitives/inherents" }
18
17
sp-authorship = { version = " 2.0.0-dev" , default-features = false , path = " ../../primitives/authorship" }
19
18
sp-std = { version = " 2.0.0-dev" , default-features = false , path = " ../../primitives/std" }
20
19
sp-runtime = { version = " 2.0.0-dev" , default-features = false , path = " ../../primitives/runtime" }
21
20
frame-support = { version = " 2.0.0-dev" , default-features = false , path = " ../support" }
22
21
frame-system = { version = " 2.0.0-dev" , default-features = false , path = " ../system" }
23
- sp-io ={ path = " ../../primitives/io" , default-features = false , version = " 2.0.0-dev" }
24
22
impl-trait-for-tuples = " 0.1.3"
25
23
24
+ [dev-dependencies ]
25
+ sp-core = { version = " 2.0.0-dev" , path = " ../../primitives/core" }
26
+ sp-io ={ version = " 2.0.0-dev" , path = " ../../primitives/io" }
27
+
26
28
[features ]
27
29
default = [" std" ]
28
30
std = [
29
31
" codec/std" ,
30
- " sp-core/std" ,
31
32
" sp-inherents/std" ,
32
33
" sp-runtime/std" ,
33
34
" sp-std/std" ,
34
35
" frame-support/std" ,
35
36
" frame-system/std" ,
36
- " sp-io/std" ,
37
37
" sp-authorship/std" ,
38
38
]
0 commit comments