Prepare for 0.1.0 (#77)
This commit is contained in:
parent
522fa20983
commit
527b9e0cbc
|
@ -1,12 +1,14 @@
|
|||
[package]
|
||||
name = "wasmi"
|
||||
version = "0.0.0"
|
||||
version = "0.1.0"
|
||||
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"
|
||||
repository = "https://github.com/paritytech/wasmi"
|
||||
documentation = "https://paritytech.github.io/wasmi/"
|
||||
description = "WebAssembly interpreter"
|
||||
keywords = ["wasm", "webassembly", "bytecode", "interpreter"]
|
||||
exclude = [ "res/*", "tests/*", "fuzz/*" ]
|
||||
exclude = [ "/res/*", "/tests/*", "/fuzz/*" ]
|
||||
|
||||
[dependencies]
|
||||
parity-wasm = "0.27"
|
||||
|
|
Loading…
Reference in New Issue