From 51a114eeca2eba67b483128a3a0709f4fc3b7cb8 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Wed, 30 Oct 2024 01:51:50 +0800 Subject: [PATCH] add missing description for solana-lattice-hash (#3358) --- 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 }