@@ -25,6 +25,12 @@ frame-benchmarking = { default-features = false, git = "https://github.com/parit
2525sp-runtime = { default-features = false , version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27" }
2626
2727
28+ pallet-balances = { default-features = false , version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.23" }
29+ pallet-uniques = { default-features = false , version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.23" }
30+ pallet-timestamp = { default-features = false , version = " 4.0.0-dev" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.23" }
31+ pallet-fruniques = {path = " ../fruniques" , default-features = false , version = " 0.1.0-dev" }
32+ pallet-rbac = { default-features = false , version = " 4.0.0-dev" , path =" ../rbac/" }
33+
2834[dev-dependencies ]
2935sp-core = { default-features = false , version = " 6.0.0" , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27" }
3036sp-io = { default-features = false , git = " https://github.com/paritytech/substrate.git" , branch = " polkadot-v0.9.27" }
@@ -39,6 +45,11 @@ std = [
3945 " frame-support/std" ,
4046 " frame-system/std" ,
4147 " frame-benchmarking/std" ,
48+ " pallet-balances/std" ,
49+ " pallet-uniques/std" ,
50+ " pallet-fruniques/std" ,
51+ " pallet-timestamp/std" ,
52+ " pallet-rbac/std"
4253]
4354
4455runtime-benchmarks = [" frame-benchmarking/runtime-benchmarks" ]
0 commit comments