mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
15 lines
378 B
TOML
15 lines
378 B
TOML
[package]
|
|
name = "sp-database"
|
|
version = "2.0.0-rc3"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.dev"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "Substrate database trait."
|
|
documentation = "https://docs.rs/sp-database"
|
|
|
|
[dependencies]
|
|
parking_lot = "0.10.0"
|
|
kvdb = "0.6.0"
|