From 5eec152d38f776bd6cd7b63296d30dcc32c4fb09 Mon Sep 17 00:00:00 2001 From: Yazalde Filimone Date: Tue, 20 Aug 2024 15:42:39 +0200 Subject: [PATCH] chore: cargo tomol --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e5c834e..f99af9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ description = "Rust-based, speedy Lua type checker" authors = ["Yazalde Filimone "] version = "0.1.0" edition = "2021" +keywords = ["lua", "checker", "typechecker", "compiler"] +categories = ["compilers", "text-processing", "development-tools"] +repository = "https://github.com/yazaldefilimone/stella" [dependencies]