mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
16 lines
665 B
TOML
16 lines
665 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"
|
|
substrate-codec = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
|
|
substrate-primitives = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
|
|
kvdb = { git = "https://github.com/paritytech/parity.git" }
|
|
kvdb-rocksdb = { git = "https://github.com/paritytech/parity.git" }
|
|
kvdb-memorydb = { git = "https://github.com/paritytech/parity.git" }
|