mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-16 16:35:44 +00:00
29ee4e8f3a
* Best effort to bring up to date. * Fix the executor stuff * Update verisons. * Finish fixing * Final fixes and warnings. * add some docs and bump Wasm versions * Fix tests * Fix final test
12 lines
410 B
TOML
12 lines
410 B
TOML
[package]
|
|
name = "adder"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "Test parachain which adds to a number as its state transition"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
parachain = { package = "polkadot-parachain", path = "../../parachain/", default-features = false }
|
|
parity-codec = { version = "4.1", default-features = false, features = ["derive"] }
|
|
tiny-keccak = "1.4"
|