From aa6c05480c83fc12763c4cbc97cb7db81ef7e3f2 Mon Sep 17 00:00:00 2001 From: miirc Date: Wed, 28 Oct 2020 16:11:22 -0400 Subject: [PATCH] Added Banner and Credits --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 700391f..64ac473 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ + + # pigeonrs_core A rust crate for the core of Pigeon (the API). You should use this crate as a dependency for any pigeon application written in rust. The idea is to have core free from system specific code so that it can be used for a cli, wasm package, etc. +## Credits + +A project of the [Pigeon Protocol Consortium](https://tildegit.org/PigeonProtocolConsortium). See [the spec](https://tildegit.org/PigeonProtocolConsortium/Protocol-Spec) for further information. + ## License A rust crate for the core of Pigeon (the API).