From fb9ed245d4b90dd40938eb062de921bfaef95263 Mon Sep 17 00:00:00 2001 From: Henrique Alves Date: Mon, 25 Jul 2022 22:12:51 -0300 Subject: update cargo toml --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1f7b1e9..078fd69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "glam" version = "0.1.0" edition = "2021" +authors = ["Henrique Alves "] +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 -- cgit v1.2.3