From c87055b12e51da680bcffe0ac3311933c20df7fe Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Mon, 8 May 2023 14:55:17 +1000 Subject: [PATCH] Add keywords (#101) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 05e7386610..b41f61902d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" license = "Apache-2.0" repository = "https://github.com/raviqqe/melior" documentation = "https://raviqqe.github.io/melior/melior/" +keywords = ["mlir", "llvm"] [dependencies] mlir-sys = "0.2"