Update Cargo.toml

This commit is contained in:
Sergey Pepyakin 2018-01-18 15:22:46 +03:00
parent 49347a63ee
commit fa1cba92c9
1 changed files with 10 additions and 4 deletions

View File

@ -1,10 +1,16 @@
[package]
name = "parity-wasm-interp"
version = "0.1.0"
authors = ["Sergey Pepyakin <s.pepyakin@gmail.com>"]
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Svyatoslav Nikolsky <svyatonik@yandex.ru>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
description = "WebAssembly interpreter"
keywords = ["wasm", "webassembly", "bytecode", "interpreter"]
exclude = [ "res/*", "spec/*" ]
[dependencies]
# parity-wasm = "0.20"
parity-wasm = { path = "/Users/pepyakin/dev/parity/parity-wasm" }
wabt = "0.1"
parity-wasm = "0.20"
byteorder = "1.0"
[dev-dependencies]
wabt = "0.1.2"