From d9ceda09c70304cfe839594994647e5a5f10fb63 Mon Sep 17 00:00:00 2001 From: "Ivy C." Date: Tue, 24 Feb 2026 01:03:50 -0500 Subject: [PATCH] Add license field to wally.toml --- wally.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/wally.toml b/wally.toml index 316e464..b8fa9b1 100644 --- a/wally.toml +++ b/wally.toml @@ -3,6 +3,7 @@ name = "secret-rare/filoxen-luau" version = "0.1.5" registry = "https://github.com/UpliftGames/wally-index" realm = "server" +license = "MIT" [dependencies] RbxAssetUtils = "secret-rare/rbx-asset-utils@0.2.0"