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]