From d45323581e1658a51577ab23dc535e6a959dd008 Mon Sep 17 00:00:00 2001 From: core Date: Fri, 1 May 2026 10:25:31 -0400 Subject: [PATCH] fix: manifest update --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2341b25eea64d211e0562d8f5d84f395362188ab..9d3d6604dfbcb10ae44c3d7e5804116cbc5b7cb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,9 @@ [package] name = "calstr" +description = "dead simple calendar summary for bars" +documentation = "https://git.srht.e3t.cc/~core/calstr" +homepage = "https://git.srht.e3t.cc/~core/calstr" +repository = "https://git.srht.e3t.cc/~core/calstr" version = "0.1.0" edition = "2024" license = "AGPL-3.0-or-later"