1
0
mirror of https://github.com/fluencelabs/wasm-utils synced 2025-03-16 19:40:52 +00:00
2017-05-26 02:40:28 +03:00

25 lines
396 B
TOML

[package]
name = "wasm-utils"
version = "0.1.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
[dependencies]
parity-wasm = { git="https://github.com/nikvolf/parity-wasm" }
log = "0.3"
env_logger = "0.4"
lazy_static = "0.2"
clap = "2.24"
[lib]
[[bin]]
name = "wasm-opt"
path = "opt/src/main.rs"
[[bin]]
name = "wasm-ext"
path = "ext/src/main.rs"
[[bin]]
name = "wasm-gas"
path = "gas/src/main.rs"