mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 14:27:57 +00:00
be403051dc
* rust 1.64 enables workspace properties * add edition, repository and authors. * of course, update the version in one place. Co-authored-by: Andronik <write@reusable.software>
15 lines
632 B
TOML
15 lines
632 B
TOML
[package]
|
|
name = "polkadot-erasure-coding"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
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.1.5", 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" }
|
|
thiserror = "1.0.31"
|