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).