mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
21 lines
449 B
TOML
21 lines
449 B
TOML
[package]
|
|
name = "adder-wasm"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
adder = { path = ".." }
|
|
parachain = { package = "polkadot-parachain", path = "../../../parachain", default-features = false, features = ["wasm-api"] }
|
|
tiny-keccak = "1.4"
|
|
dlmalloc = { version = "0.1.2", features = ["global"] }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[target.release]
|
|
panic = "abort"
|
|
lto = true
|
|
|
|
[workspace]
|