chore: add wally package file

This commit is contained in:
quantix-dev 2023-09-20 22:51:29 +01:00
parent 22d66c9aef
commit f45c1d7696
No known key found for this signature in database
GPG key ID: 6A856D9187ACDE16

19
wally.toml Normal file
View file

@ -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"
]