mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
84748fccd3
* Fixups for 646 * Fixes for API * For for #678 * Fix runtime * Update and build * Tests build * Fix tests
16 lines
629 B
TOML
16 lines
629 B
TOML
[package]
|
|
name = "polkadot-availability-store"
|
|
description = "Persistent database for parachain data"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
polkadot-primitives = { path = "../primitives" }
|
|
parking_lot = "0.4"
|
|
log = "0.3"
|
|
parity-codec = { git = "https://github.com/paritytech/substrate" }
|
|
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
|
|
kvdb = { git = "https://github.com/paritytech/parity-common.git" }
|
|
kvdb-rocksdb = { git = "https://github.com/paritytech/parity-common.git" }
|
|
kvdb-memorydb = { git = "https://github.com/paritytech/parity-common.git" }
|