e95b093483
* ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor finished * removed obsolete util/src/lib.rs * removed commented out code
9 lines
215 B
TOML
9 lines
215 B
TOML
[package]
|
|
name = "parity-machine"
|
|
version = "0.1.0"
|
|
description = "Generalization of a state machine for consensus engines"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethereum-types = "0.1"
|