mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
9e423925f6
* upgrade kvdb & co * remove patch * update Cargo.lock * upgrade impl-serde * fix parsing test * actually fix it * FFS
16 lines
399 B
TOML
16 lines
399 B
TOML
[package]
|
|
name = "sp-database"
|
|
version = "4.0.0-dev"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository = "https://github.com/paritytech/substrate/"
|
|
description = "Substrate database trait."
|
|
documentation = "https://docs.rs/sp-database"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
kvdb = "0.12.0"
|
|
parking_lot = "0.12.1"
|