mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-04 02:17:23 +00:00
2fa0239dab
* Executor. * Rust contracts implementation. * Add documentation and fix transfer data. * Fix auth contract interface. * Add some executor tests. * Validator set contract.
14 lines
400 B
TOML
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"
|