From 592d2fcb14ae97b71e933072df7ac0a413c10b40 Mon Sep 17 00:00:00 2001 From: yihau Date: Tue, 29 Oct 2024 12:19:46 +0800 Subject: [PATCH] add missing description for solana-lattice-hash --- lattice-hash/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/lattice-hash/Cargo.toml b/lattice-hash/Cargo.toml index 3fce6f0180fa01..2ec387e8ad8b96 100644 --- a/lattice-hash/Cargo.toml +++ b/lattice-hash/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "solana-lattice-hash" +description = "Solana Lattice Hash" version = { workspace = true } authors = { workspace = true } repository = { workspace = true }