additional binary

This commit is contained in:
NikVolf 2018-05-18 16:21:25 +04:00
parent f7e6631c83
commit 04ac17c3d5
2 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,10 @@ path = "build/main.rs"
name = "wasm-stack-height"
path = "stack_height/main.rs"
[[bin]]
name = "wasm-pack"
path = "pack/main.rs"
[dependencies]
parity-wasm = "0.30"
pwasm-utils = { path = "..", version = "0.2" }

3
cli/pack/main.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
}