Files
wasm-instrument/build/Cargo.toml
T
2018-05-15 08:25:35 +08:00

23 lines
630 B
TOML

[package]
name = "pwasm-utils-build"
version = "0.1.5"
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
description = "Collection of command-line utilities and corresponding Rust api for producing pwasm-compatible executables"
keywords = ["wasm", "webassembly", "pwasm"]
[[bin]]
name = "wasm-build"
path = "src/main.rs"
[dependencies]
parity-wasm = { git = "https://github.com/paritytech/parity-wasm" }
pwasm-utils = { path = ".." }
pwasm-utils-logger = { path = "../logger" }
glob = "0.2"
clap = "2.24"
[dev-dependencies]
tempdir = "0.3"