agate

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

commit 06aa1311966090c35b7729e1d30476e01f03649c
parent ebd457d9cf40564e6156c7ee02f91e63360349d6
Author: Matt Brubeck <mbrubeck@limpet.net>
Date:   Wed,  9 Dec 2020 11:36:02 -0800

Version 1.3.2

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 = "1.3.1" +version = "1.3.2" dependencies = [ "async-std", "async-tls", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agate" -version = "1.3.1" +version = "1.3.2" authors = ["Matt Brubeck <mbrubeck@limpet.net>"] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"]