diff --git a/wally.toml b/wally.toml new file mode 100644 index 0000000..f118dc8 --- /dev/null +++ b/wally.toml @@ -0,0 +1,19 @@ +[package] +name = "centau/vide" +description = "A reactive Luau library for creating UI. " +license = "MIT" +version = "0.1.0" +registry = "https://github.com/UpliftGames/wally-index" +realm = "shared" +include = ["default.project.json", "LICENSE", "src"] +exclude = [ + ".github", + "docs", + "test", + ".gitattributes", + ".gitignore", + ".luaurc", + "CHANGELOG.md", + "README.md", + "todo.md" +] \ No newline at end of file