diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ name = "glam" version = "0.1.0" edition = "2021" +authors = ["Henrique Alves <henriquelalves@gmail.com>"] +license = "MIT" +description = "Godot Lightweight Addon Manager" +homepage = "https://github.com/henriquelalves/glam" +repository = "https://github.com/henriquelalves/glam" +keywords = ["cli", "godot", "addon", "manager"] +categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |