mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 07:48:00 +00:00
15 lines
355 B
TOML
15 lines
355 B
TOML
[package]
|
|
name = "substrate-state-machine"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Substrate State Machine"
|
|
|
|
[dependencies]
|
|
substrate-primitives = { path = "../primitives", version = "0.1.0" }
|
|
hashdb = "0.1.1"
|
|
patricia-trie = "0.1.0"
|
|
memorydb = "0.1.1"
|
|
triehash = "0.1"
|
|
byteorder = "1.1"
|
|
hex-literal = "0.1.0"
|