mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 11:38:01 +00:00
2b48e09b24
* upgrade a few dependencies * make it compile at the expense of duplicate deps * fix web-wasm and a warning * introduce activate-wasm-bindgen-features crate * Revert "introduce activate-wasm-bindgen-features crate" This reverts commit 5a6e41e683f8a4844c0a735dcd08caabb2313f11. * add getrandom feature to sc-consensus-aura
16 lines
395 B
TOML
16 lines
395 B
TOML
[package]
|
|
name = "sp-database"
|
|
version = "2.0.0"
|
|
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"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
parking_lot = "0.11.1"
|
|
kvdb = "0.8.0"
|