rusty-luau/wally.toml

20 lines
424 B
TOML
Raw Normal View History

2024-04-02 12:59:41 +01:00
[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/**",
".vscode/**",
"aftman.toml",
".gitignore",
".gitattributes",
"CHANGELOG.md",
]
include = ["lib/*.luau", "LICENSE.md", "README.md", "wally.toml"]
2024-04-02 12:59:41 +01:00
[dependencies]
luausignal = "ffrostflame/luausignal@0.2.4"