mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 17:21:08 +00:00
@@ -10,8 +10,8 @@ polkadot-primitives = { path = "../primitives" }
|
||||
polkadot-node-primitives = { package = "polkadot-node-primitives", path = "../node/primitives" }
|
||||
novelpoly = { package = "reed-solomon-novelpoly", version = "1.0.0" }
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["std", "derive"] }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-core = { path = "../../substrate/primitives/core" }
|
||||
sp-trie = { path = "../../substrate/primitives/trie" }
|
||||
thiserror = "1.0.31"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -10,7 +10,7 @@ publish = false
|
||||
polkadot-erasure-coding = { path = ".." }
|
||||
honggfuzz = "0.5"
|
||||
polkadot-primitives = { path = "../../primitives" }
|
||||
primitives = { package = "polkadot-node-primitives", path = "../../node/primitives/" }
|
||||
primitives = { package = "polkadot-node-primitives", path = "../../node/primitives" }
|
||||
|
||||
[[bin]]
|
||||
name = "reconstruct"
|
||||
|
||||
Reference in New Issue
Block a user