Skip to content

Commit 527b9e0

Browse files
pepyakinNikVolf
authored andcommitted
Prepare for 0.1.0 (#77)
1 parent 522fa20 commit 527b9e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
[package]
22
name = "wasmi"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
authors = ["Nikolay Volf <[email protected]>", "Svyatoslav Nikolsky <[email protected]>", "Sergey Pepyakin <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
7+
repository = "https://github.com/paritytech/wasmi"
8+
documentation = "https://paritytech.github.io/wasmi/"
79
description = "WebAssembly interpreter"
810
keywords = ["wasm", "webassembly", "bytecode", "interpreter"]
9-
exclude = [ "res/*", "tests/*", "fuzz/*" ]
11+
exclude = [ "/res/*", "/tests/*", "/fuzz/*" ]
1012

1113
[dependencies]
1214
parity-wasm = "0.27"

0 commit comments

Comments
 (0)