Added a quick description about the project
Added minimal description to Cargo.toml
Removed debugging code
Poptea is a library for the Gemini protocol. 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. This library is used in another opensource project called sic.
Please refer to ./bin/poptea-cli.rs
for how to use the library in a client side application.