Files
pezkuwi-subxt/substrate/contracts/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

14 lines
400 B
TOML

[package]
name = "polkadot-contracts"
version = "0.1.0"
authors = ["Parity Team <admin@parity.io>"]
[dependencies]
assert_matches = "1.1"
error-chain = "0.11"
polkadot-primitives = { path = "../primitives", version = "0.1" }
polkadot-serializer = { path = "../serializer", version = "0.1" }
polkadot-state-machine = { path = "../state_machine" , version = "0.1" }
serde = "1.0"
serde_derive = "1.0"