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