From 62849fa6b3d1731ea4f4cb18b8d81e845404dc10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kr=C3=BCger?= Date: Mon, 21 Aug 2023 20:12:09 +0200 Subject: [PATCH] Add description --- deterministic-bloom-wasm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deterministic-bloom-wasm/Cargo.toml b/deterministic-bloom-wasm/Cargo.toml index 098b5cd..dbc16c7 100644 --- a/deterministic-bloom-wasm/Cargo.toml +++ b/deterministic-bloom-wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "deterministic-bloom-wasm" version = "0.1.0" -description = "" +description = "Wasm bindings for the deterministic-bloom crate." keywords = [] categories = [] include = ["/src", "README.md", "LICENSE"]