mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 11:38:01 +00:00
fb8bb00158
* Update trie dependencies. * bump rutime impl version.
22 lines
576 B
TOML
22 lines
576 B
TOML
[package]
|
|
name = "substrate-state-machine"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Substrate State Machine"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
parking_lot = "0.8.0"
|
|
hash-db = "0.14.0"
|
|
trie-db = "0.14.0"
|
|
trie-root = "0.14.0"
|
|
trie = { package = "substrate-trie", path = "../trie" }
|
|
primitives = { package = "substrate-primitives", path = "../primitives" }
|
|
panic-handler = { package = "substrate-panic-handler", path = "../panic-handler" }
|
|
parity-codec = "4.1.1"
|
|
num-traits = "0.2"
|
|
|
|
[dev-dependencies]
|
|
hex-literal = "0.2.0"
|