From e275e35624b162b2bdf3096f2eb169cbb90f9420 Mon Sep 17 00:00:00 2001 From: teridax Date: Wed, 17 May 2023 09:45:51 +0200 Subject: [PATCH] added authors to cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 19d3783..a6d8ad6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "imsearch" version = "0.1.0" edition = "2021" +authors = ["Sven Vogel", "Felix L. Müller", "Elias Alexander", "Elias Schmidt"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html