mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-03-16 11:30:51 +00:00
8 lines
196 B
TOML
8 lines
196 B
TOML
[package]
|
|
name = "wasm-gas"
|
|
version = "0.1.0"
|
|
authors = ["NikVolf <nikvolf@gmail.com>"]
|
|
|
|
[dependencies]
|
|
parity-wasm = { git="https://github.com/nikvolf/parity-wasm" }
|
|
wasm-utils = { path = "../" } |