Files
pezkuwi-subxt/substrate/Cargo.toml
T
Tomasz Drwięga 2fa0239dab State machine crate and rust impl of executor (#17)
* Executor.

* Rust contracts implementation.

* Add documentation and fix transfer data.

* Fix auth contract interface.

* Add some executor tests.

* Validator set contract.
2017-11-12 16:53:11 +01:00

17 lines
258 B
TOML

[package]
name = "polkadot"
version = "0.1.0"
authors = ["Parity Team <admin@parity.io>"]
[dependencies]
polkadot-cli = { path = "cli", version = "0.1" }
[workspace]
members = [
"contracts",
"primitives",
"serializer",
"state_machine",
"validator",
]