From 315525c9f7631b8de0c7e0a885d327c30324f831 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Sat, 5 Jun 2021 13:33:05 +0200 Subject: [PATCH] Add a *Credits* section to `README.md` with the project contributors --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e7f4455..4ca82a1 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,16 @@ trait Visitor { - ✗ Update `Box` derive to allow unsized types if possible. - ✗ `#[derive(Cow)]` +## 🤝 Credits + +`blanket` is developed and maintained by: +- [Martin Larralde](https://github.com/althonos) + +The following people contributed to the project: +- [Alexander Linne](https://github.com/alexanderlinne) +- [Naja Melan](https://github.com/najamelan) + + ## 📋 Changelog This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)