Skip to content

Commit 1ac8a65

Browse files
authored
Merge pull request #147 from fstxz/cargo-toml
Add additional metadata to Cargo.toml
2 parents 60b3ff7 + f0e1297 commit 1ac8a65

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
name = "gdscript-formatter"
33
version = "0.14.0"
44
edition = "2024"
5-
description = "A GDScript code formatter using Topiary and Tree-sitter"
5+
description = "A GDScript code formatter and linter using Topiary and Tree-sitter"
66
license = "MIT"
77
repository = "https://github.com/gdquest/gdscript-formatter"
8+
readme = "README.md"
9+
keywords = ["godot", "gdscript", "format", "lint"]
10+
categories = ["command-line-utilities", "development-tools"]
811
default-run = "gdscript-formatter"
912

1013
[dependencies]

0 commit comments

Comments
 (0)