Adding description field to wasm client to kill warning (#270)

This commit is contained in:
Dave Hrycyszyn
2020-06-19 16:01:59 +01:00
committed by GitHub
parent e0cf35a9c3
commit 26ee30e252
+1
View File
@@ -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"]