mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 05:21:08 +00:00
3d0bd2ce62
* TrieBasedBackend * trie tests * redunant return_value removed * use Trie::get_with to record trie proofs
21 lines
607 B
TOML
21 lines
607 B
TOML
[package]
|
|
name = "substrate-state-machine"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Substrate State Machine"
|
|
|
|
[dependencies]
|
|
byteorder = "1.1"
|
|
ethereum-types = "0.3"
|
|
hex-literal = "0.1.0"
|
|
log = "0.3"
|
|
parking_lot = "0.4"
|
|
triehash = "0.1"
|
|
|
|
substrate-primitives = { path = "../primitives", version = "0.1.0" }
|
|
|
|
hashdb = { git = "https://github.com/paritytech/parity.git" }
|
|
kvdb = { git = "https://github.com/paritytech/parity.git" }
|
|
memorydb = { git = "https://github.com/paritytech/parity.git" }
|
|
patricia-trie = { git = "https://github.com/paritytech/parity.git" }
|