mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
c29313c618
- Blake2 for secure hashing - XX for fast hashing
14 lines
330 B
TOML
14 lines
330 B
TOML
[package]
|
|
name = "polkadot-state-machine"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Polkadot State Machine"
|
|
|
|
[dependencies]
|
|
polkadot-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"
|