Update versions
update client help name
Other logging handles the timings, only need the messages
This project is a rust implementation of a gemini server (pldsrv) and client (pldget).
It's basic, but functional.
The client implements a trust-on-first-use (TOFU) model of certificate checking, in addition to fetching and displaying content.
The server implements generation of self signed certificates in addition to serving content.
See the LICENSE files in the respective directories. Simply, AGPL-3.0-only for
pldsrv
and pldget
and MIT/X11 for the polydeukes
library.