From 20aeda31e86eb57cb760826dbbbe1a73514e24bf Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 2 Jun 2025 17:20:11 +0200 Subject: [PATCH] Updated metadata --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7b68d8a..217ada4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,10 @@ name = "fnl" version = "0.1.0" edition = "2024" +authors = ["Eduard Urbach "] description = "Add or remove final newlines" repository = "https://git.urbach.dev/cli/fnl" -license-file = "docs/readme.md" +categories = ["command-line-utilities"] +keywords = ["cli"] readme = "docs/readme.md" -categories = ["command-line-utilities"] \ No newline at end of file +license-file = "docs/readme.md" \ No newline at end of file