From 6027d914dc6fbbe7fd9e7754717d8c8c7061df35 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Tue, 13 Mar 2018 16:09:28 +0300 Subject: [PATCH] metadata --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5e78a0..31ea539 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "pwasm-utils" version = "0.1.0" -authors = ["NikVolf "] +authors = ["Nikolay Volf ", "Sergey Pepyakin "] +license = "MIT/Apache-2.0" +readme = "README.md" +description = "Collection of command-line utilities and corresponding Rust api for producing pwasm-compatible executables" +keywords = ["wasm", "webassembly", "pwasm"] [dependencies] parity-wasm = "0.27"