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"