From d548e6b351c29bd4276f394bc42557eadfa88376 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 27 Sep 2023 00:37:34 +0530 Subject: [PATCH] chore: include aftman manifest --- aftman.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 aftman.toml diff --git a/aftman.toml b/aftman.toml new file mode 100644 index 0000000..502d902 --- /dev/null +++ b/aftman.toml @@ -0,0 +1,8 @@ +# This file lists tools managed by Aftman, a cross-platform toolchain manager. +# For more information, see https://github.com/LPGhatguy/aftman + +# To add a new tool, add an entry to this table. +[tools] +lune = "filiptibell/lune@0.7.7" +darklua = "seaofvoices/darklua@0.10.2" +rojo = "rojo-rbx/rojo@6.2.0"