@@ -23,8 +23,8 @@ serde_json = { version = "1.0.79", default-features = false, features = ["alloc"
23
23
24
24
# scale
25
25
scale-bits = { default-features = false , features = [" scale-info" , " serde" ], git = " https://github.com/haerdib/scale-bits.git" , branch = " bh/no-std" }
26
- scale-decode = { default-features = false , features = [" primitive-types" ], git = " https://github.com/scs/scale-decode.git" , branch = " no-std" }
27
- scale-encode = { default-features = false , features = [" bits" , " primitive-types" ], git = " https://github.com/scs/scale-encode.git" , branch = " no-std" }
26
+ scale-decode = { default-features = false , features = [" primitive-types" , " derive " ], git = " https://github.com/scs/scale-decode.git" , branch = " no-std" }
27
+ scale-encode = { default-features = false , features = [" bits" , " primitive-types" , " derive " ], git = " https://github.com/scs/scale-encode.git" , branch = " no-std" }
28
28
29
29
# substrate
30
30
sp-core = { default-features = false , features = [" full_crypto" , " serde" ], git = " https://github.com/paritytech/substrate.git" , branch = " master" }
@@ -35,6 +35,9 @@ sp-storage = { default-features = false, features = ["serde"], git = "https://gi
35
35
sp-application-crypto = { default-features = false , git = " https://github.com/paritytech/substrate.git" , features = [" full_crypto" ], branch = " master" }
36
36
sp-runtime-interface = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " master" }
37
37
38
+ # local
39
+ ac-primitives = { path = " ../primitives" , default-features = false }
40
+
38
41
[dev-dependencies ]
39
42
test-case = " 3.1.0"
40
43
0 commit comments