mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 01:18:00 +00:00
128d164f2b
* Make use of parity-codec "derive" crate feature * Bump impl_version * Update wasm files and Cargo.lock files * Transferred to parity_codec derive feature for the rest of the crates * Update wasm binaries and lock files * Update core and node wasm binaries
15 lines
354 B
TOML
15 lines
354 B
TOML
[package]
|
|
name = "substrate-state-db"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
parking_lot = "0.7.1"
|
|
log = "0.4"
|
|
primitives = { package = "substrate-primitives", path = "../../core/primitives" }
|
|
parity-codec = { version = "3.1", features = ["derive"] }
|
|
|
|
[dev-dependencies]
|
|
env_logger = "0.6"
|