summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-04-26 15:06:57 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-04-26 15:06:57 +0200
commit269a3df30904a893e84b70a67c7a9fdf143fd789 (patch)
tree9eca98d7bcf4fff9f1e8a506f9eab0ddba26e744
parente86c4b2bfca926d23c4135857e662f248b7866c6 (diff)
Add Joakim as author
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cedfbf5..695442e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,8 @@
name = "resiter"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>",
- "Dawid Ciężarkiewicz <dpc@dpc.pw>"]
+ "Dawid Ciężarkiewicz <dpc@dpc.pw>",
+ "Joakim Ohlrogge <joakim.ohlrogge@gmail.com>"]
description = "Helper crate for handling iterators over result"