From f0e1297ab965e87b4d9714f6a07e9f9c63d09603 Mon Sep 17 00:00:00 2001 From: Artemy Fedotov Date: Wed, 8 Oct 2025 10:21:34 +0400 Subject: [PATCH] Add additional metadata to Cargo.toml --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fbe3ab..ed28c24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,12 @@ name = "gdscript-formatter" version = "0.13.1" edition = "2024" -description = "A GDScript code formatter using Topiary and Tree-sitter" +description = "A GDScript code formatter and linter using Topiary and Tree-sitter" license = "MIT" repository = "https://github.com/gdquest/gdscript-formatter" +readme = "README.md" +keywords = ["godot", "gdscript", "format", "lint"] +categories = ["command-line-utilities", "development-tools"] default-run = "gdscript-formatter" [dependencies]