From 3e15e9f85af75320162e74ba45716e0df88a41d6 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 2 Jun 2025 17:07:33 +0200 Subject: [PATCH] Added docs folder --- Cargo.toml | 4 ++-- readme.md => docs/readme.md | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename readme.md => docs/readme.md (100%) diff --git a/Cargo.toml b/Cargo.toml index b63cdd9..7b68d8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" edition = "2024" description = "Add or remove final newlines" repository = "https://git.urbach.dev/cli/fnl" -license-file = "readme.md" -readme = "readme.md" +license-file = "docs/readme.md" +readme = "docs/readme.md" categories = ["command-line-utilities"] \ No newline at end of file diff --git a/readme.md b/docs/readme.md similarity index 100% rename from readme.md rename to docs/readme.md