mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
19 lines
608 B
TOML
19 lines
608 B
TOML
[package]
|
|
name = "polkadot-availability-store"
|
|
description = "Persistent database for parachain data"
|
|
version = "0.7.2"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
polkadot-primitives = { path = "../primitives" }
|
|
parking_lot = "0.9.0"
|
|
log = "0.4.8"
|
|
codec = { package = "parity-scale-codec", version = "1.1.0", default-features = false, features = ["derive"] }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
|
|
kvdb = "0.1.1"
|
|
kvdb-memorydb = "0.1.2"
|
|
|
|
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
|
kvdb-rocksdb = "0.2"
|