agate

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

commit 1ce32abaa2b485c24349c754f46a7b550b15c931
parent 1361f0746774aa2c95c1ff0468d4418e0535b0f7
Author: Matt Brubeck <mbrubeck@limpet.net>
Date:   Fri,  1 Jan 2021 19:51:04 -0800

Version 2.1.3

Diffstat:
MCargo.lock | 2+-
MCargo.toml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "agate" -version = "2.1.2" +version = "2.1.3" dependencies = [ "env_logger", "getopts", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "2.1.2" +version = "2.1.3" authors = ["Matt Brubeck <mbrubeck@limpet.net>"] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]