1 files changed, 9 insertions(+), 0 deletions(-)
A README.md
A README.md => README.md +9 -0
@@ 0,0 1,9 @@
+# Poptea
+
+Poptea is a library for the [Gemini protocol](https://gemini.circumlunar.space/). The main goal of this project was to implement a trust on first use (TOFU) for TLS keys functionality.
+This library is published as a crate at [crates.io](https://crates.io/search?q=poptea).
+This library is used in another opensource project called [sic](https://github.com/epilys/sic).
+
+## Usage
+
+Please refer to [`./bin/poptea-cli.rs`](bin/poptea-cli.rs) for how to use the library in a client side application.