From 26ee30e252949fedfa63e242b59ea67e011f736b Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Fri, 19 Jun 2020 16:01:59 +0100 Subject: [PATCH] Adding description field to wasm client to kill warning (#270) --- clients/webassembly/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/webassembly/Cargo.toml b/clients/webassembly/Cargo.toml index a630dbe1e6..7408b983e0 100644 --- a/clients/webassembly/Cargo.toml +++ b/clients/webassembly/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" keywords = ["nym", "sphinx", "wasm", "webassembly", "privacy", "client"] license = "Apache-2.0" repository = "https://github.com/nymtech/nym" +description = "A webassembly client which can be used to interact with the the Nym privacy platform. Wasm is used for Sphinx packet generation." [lib] crate-type = ["cdylib", "rlib"]