mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
84748fccd3
* Fixups for 646 * Fixes for API * For for #678 * Fix runtime * Update and build * Tests build * Fix tests
11 lines
386 B
TOML
11 lines
386 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"
|
|
|
|
[dependencies]
|
|
polkadot-parachain = { path = "../../parachain/", default-features = false }
|
|
parity-codec-derive = { git = "https://github.com/paritytech/substrate", default-features = false }
|
|
tiny-keccak = "1.4"
|