From b67da7824b641f3f24093edcc9757e3a28632d33 Mon Sep 17 00:00:00 2001 From: filoxenace Date: Mon, 22 Sep 2025 11:15:16 -0400 Subject: [PATCH] Create rokit.toml --- rokit.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rokit.toml diff --git a/rokit.toml b/rokit.toml new file mode 100644 index 0000000..a1d4b0b --- /dev/null +++ b/rokit.toml @@ -0,0 +1,7 @@ +# This file lists tools managed by Rokit, a toolchain manager for Roblox projects. +# For more information, see https://github.com/rojo-rbx/rokit + +# New tools can be added by running `rokit add ` in a terminal. + +[tools] +lune = "lune-org/lune@0.10.2"