mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 08:07:58 +00:00
9a660f82ed
* Started substrate tests * Sync test * Test updates * Improved tests * Use on-chain block delay * Parallel test execution * Otimized tests * Logging * Fixed racing test * Fixed compilation * Fixed timestamp test * Removed rlp dependency * Minor fixes * Fixed tests * Removed best_block_id and resolved fdlimit issue * Whitespace * Use keyring * Style * Added API execution setting * Removed stale import
18 lines
522 B
TOML
18 lines
522 B
TOML
[package]
|
|
name = "substrate-state-machine"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Substrate State Machine"
|
|
|
|
[dependencies]
|
|
hex-literal = "0.1.0"
|
|
log = "0.4"
|
|
parking_lot = "0.4"
|
|
heapsize = "0.4"
|
|
hash-db = { git = "https://github.com/paritytech/trie" }
|
|
trie-db = { git = "https://github.com/paritytech/trie" }
|
|
trie-root = { git = "https://github.com/paritytech/trie" }
|
|
substrate-trie = { path = "../trie" }
|
|
substrate-primitives = { path = "../primitives" }
|
|
parity-codec = "2.0"
|