mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 01:28:07 +00:00
e1b6f68f60
* Wasm diagnostics * Pass the error * Make errno optional * Cargo.lock * Log the error
10 lines
195 B
TOML
10 lines
195 B
TOML
[package]
|
|
name = "substrate-wasm-interface"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
wasmi = "0.6.2"
|
|
impl-trait-for-tuples = "0.1.2"
|