Added docs folder

This commit is contained in:
Eduard Urbach 2025-06-02 17:07:33 +02:00
parent 841f5ef294
commit 3e15e9f85a
Signed by: eduard
GPG key ID: 49226B848C78F6C8
2 changed files with 2 additions and 2 deletions

View file

@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2024" edition = "2024"
description = "Add or remove final newlines" description = "Add or remove final newlines"
repository = "https://git.urbach.dev/cli/fnl" repository = "https://git.urbach.dev/cli/fnl"
license-file = "readme.md" license-file = "docs/readme.md"
readme = "readme.md" readme = "docs/readme.md"
categories = ["command-line-utilities"] categories = ["command-line-utilities"]