From 1fd25529ce3280589272b209e4e671acd6e09f5a Mon Sep 17 00:00:00 2001 From: Simon Wicky Date: Wed, 20 May 2026 11:28:36 +0200 Subject: [PATCH] crate description --- common/nym-lp-data/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/common/nym-lp-data/Cargo.toml b/common/nym-lp-data/Cargo.toml index 52fe075692..5a4f47aafa 100644 --- a/common/nym-lp-data/Cargo.toml +++ b/common/nym-lp-data/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "nym-lp-data" +description = "Lewes Protocol data structure for the Nym network" version.workspace = true authors.workspace = true edition.workspace = true