From 5fbd0eafaaf186cfd5a5403549b69a1e77716199 Mon Sep 17 00:00:00 2001 From: Matt Gabrenya Date: Sat, 16 Dec 2023 10:19:02 -0700 Subject: [PATCH] doc: add license and description --- lib/hc_prefix_index/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/hc_prefix_index/Cargo.toml b/lib/hc_prefix_index/Cargo.toml index a8b984f..a67613d 100644 --- a/lib/hc_prefix_index/Cargo.toml +++ b/lib/hc_prefix_index/Cargo.toml @@ -2,6 +2,8 @@ name = "hc_prefix_index" version = "0.9.0" edition = "2021" +description = "Prefix indexing of strings for use by type-ahead interfaces in holochain apps" +license = "Apache-2.0" [lib] crate-type = ["cdylib", "rlib"]