From 354949a0327c43e502fd8f018ee6234fb9eee2e9 Mon Sep 17 00:00:00 2001 From: lew Date: Thu, 9 Apr 2026 15:56:05 +0100 Subject: [PATCH] Reduce the description slightly. --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5edfe70..24b9610 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,7 +452,7 @@ dependencies = [ [[package]] name = "guestbook" -version = "0.1.0" +version = "0.1.1" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2e85995..353dbc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "guestbook" -version = "0.1.0" +version = "0.1.1" edition = "2021" -description = "A configurable web guestbook made to be easy to use, with entries in plain text files, options for honeypots and captchas to deter spam, and moderation via Telegram bot (or editing entries directly in-file to mark them as approved)." +description = "A configurable web guestbook made to be easy to use, with entries in plain text files, options for honeypots and captchas to deter spam, and moderation via Telegram bot." license = "MIT" repository = "https://git.ily.rs/lew/guestbook"