add crates.io metadata and MIT license

This commit is contained in:
Lewis Wynne 2026-04-09 15:24:43 +01:00
parent 1f688e23a9
commit 107f43ae0c
2 changed files with 24 additions and 0 deletions

View file

@ -2,6 +2,9 @@
name = "guestbook"
version = "0.1.0"
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)."
license = "MIT"
repository = "https://git.ily.rs/lew/guestbook"
[dependencies]
axum = "0.8"