agate

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

commit da3f3fb727a122bfd5608d3e9b36b36e845b5913
parent 70b28a65e1ee03507d544db66436072985014c30
Author: Matt Brubeck <mbrubeck@limpet.net>
Date:   Wed, 30 Dec 2020 21:47:06 -0800

Version 2.1.1

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