From 578b2a7ff92beb8df04671b814ee744396431f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Sun, 24 Nov 2024 17:54:20 +0100 Subject: [PATCH] Update leptos-fluent-macros `Cargo.toml`s keywords (#261) --- leptos-fluent-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leptos-fluent-macros/Cargo.toml b/leptos-fluent-macros/Cargo.toml index eb872a6d..453d625a 100644 --- a/leptos-fluent-macros/Cargo.toml +++ b/leptos-fluent-macros/Cargo.toml @@ -8,7 +8,7 @@ documentation.workspace = true repository.workspace = true readme = "README.md" homepage.workspace = true -keywords.workspace = true +keywords = ["leptos-fluent", "i18n", "localization", "wasm"] [lib] proc-macro = true