mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 04:40:40 +00:00
11 lines
No EOL
317 B
TOML
11 lines
No EOL
317 B
TOML
[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]
|
|
luausignal = "ffrostflame/luausignal@0.2.4" |