From 679aa4ae65af9b65a3a113557f374e2256cff5b3 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Thu, 5 Oct 2023 19:36:42 +0200 Subject: [PATCH] Cargo.toml: Add authors field --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 60cdd4e..0668c65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "filereap" version = "1.0.0" edition = "2021" +authors = ["Joakim Hulthe "] [dependencies] clap = { version = "4.4.6", features = ["derive"] }