mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 00:47:55 +00:00
7832ad93cd
* rename crates as appropriate * Rename to use master - easy to revert, but shows it's working * Bump runtime version * Bump version * Bump Substrate again
13 lines
622 B
TOML
13 lines
622 B
TOML
[package]
|
|
name = "polkadot-erasure-coding"
|
|
version = "0.7.2"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
primitives = { package = "polkadot-primitives", path = "../primitives" }
|
|
reed_solomon = { package = "reed-solomon-erasure", git = "https://github.com/paritytech/reed-solomon-erasure" }
|
|
codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
trie = { package = "sp-trie", git = "https://github.com/paritytech/substrate", branch = "master" }
|