1
0
mirror of https://github.com/fluencelabs/wasm-utils synced 2025-03-31 10:21:04 +00:00

10 lines
212 B
TOML
Raw Normal View History

[package]
name = "wasm-pack"
version = "0.1.0"
authors = ["NikVolf <nikvolf@gmail.com>"]
[dependencies]
parity-wasm = { git="https://github.com/nikvolf/parity-wasm" }
wasm-utils = { path = "../" }
clap = "2.24"