From 9073e924c67dc7088755f1edcc6e5de3b61baf1f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 2 Aug 2023 12:48:38 +0200 Subject: [PATCH] feat: with publisable Signed-off-by: kjuulh --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b926d7e..f48c12d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ homepage = "https://git.front.kjuulh.io/kjuulh/rlua-searcher" repository = "https://git.front.kjuulh.io/kjuulh/rlua-searcher" readme = "README.md" description = "Require Lua modules by name" +publishable = true [dependencies] rlua = "0.19.5"