From 527b9e0cbc9dd0412d567c41d161c8be3de5345c Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Wed, 21 Mar 2018 10:51:51 +0300 Subject: [PATCH] Prepare for 0.1.0 (#77) --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e36d9ed..9a6cd1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "wasmi" -version = "0.0.0" +version = "0.1.0" authors = ["Nikolay Volf ", "Svyatoslav Nikolsky ", "Sergey Pepyakin "] 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"