From f40e11195c7076285178765938f2e2e2698bf3d3 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 19 Sep 2025 11:32:25 +0300 Subject: [PATCH] chore: add missing description field to crate manifest Signed-off-by: NotAShelf Change-Id: I6a6a696432a624912508f46fae70a66783e0f7fe --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a5695a2..4fc3b6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "stash" +description = "Wayland clipboard manager with fast persistent history and multi-media support" version = "0.3.0" edition = "2024" authors = ["NotAShelf "]