mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-29 09:07:58 +00:00
14 lines
213 B
TOML
14 lines
213 B
TOML
[package]
|
|
name = "wasm-build"
|
|
version = "0.1.0"
|
|
authors = ["NikVolf <nikvolf@gmail.com>"]
|
|
|
|
[dependencies]
|
|
glob = "0.2"
|
|
wasm-utils = { path = "../" }
|
|
clap = "2.24"
|
|
parity-wasm = "0.15"
|
|
|
|
[[bin]]
|
|
name = "wasm-build"
|