From 5cd9107c985c4a72c26a3ae33c1cdb9bc0f0b1ae Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 2 Apr 2024 17:29:41 +0530 Subject: [PATCH] chore: include wally package manifest --- wally.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 wally.toml diff --git a/wally.toml b/wally.toml new file mode 100644 index 0000000..9e001f9 --- /dev/null +++ b/wally.toml @@ -0,0 +1,10 @@ +[package] +name = "compeydev/rusty-luau" +version = "0.1.0" +registry = "https://github.com/UpliftGames/wally-index" +realm = "shared" +license = "AGPL-3.0" +exclude = ["tests/**", "examples/**", "**"] +include = ["lib/**", "LICENSE.md", "README.md", "wally.toml"] + +[dependencies]