From 9683479b45cb8630325766b215da2b9a534890e6 Mon Sep 17 00:00:00 2001 From: Mike Lubinets Date: Mon, 17 Apr 2023 13:09:40 +0400 Subject: [PATCH] chore: add frehberg to the author list --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ad9107..69e57b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aquamarine" version = "0.3.0" -authors = ["Mike Lubinets "] +authors = ["Mike Lubinets ", "Frank Rehberger "] description = "A mermaid.js integration for rustdoc" keywords = ["proc_macro", "docs", "rustdoc", "mermaid", "diagram"] categories = ["visualization", "development-tools::build-utils"]