agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit a1d85a367632b2febbc33462bab060a4b13ab75e
parent 9d75e9044bc4395441cfd3c1cfae89c367947fe0
Author: Matt Brubeck <mbrubeck@limpet.net>
Date:   Fri, 22 Mar 2024 08:58:55 -0700

Version 3.3.6

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "3.3.5" +version = "3.3.6" authors = ["Matt Brubeck <mbrubeck@limpet.net>", "Johann150 <johann+agate@qwertqwefsday.eu>"] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]