mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 04:40:40 +00:00
fix(pkg): include required files in final package
This commit is contained in:
parent
5dfc707b29
commit
50c5a0967f
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@ 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"]
|
||||
exclude = ["tests/**", "examples/**"]
|
||||
include = ["lib/*.luau", "LICENSE.md", "README.md", "wally.toml"]
|
||||
|
||||
[dependencies]
|
||||
luausignal = "ffrostflame/luausignal@0.2.4"
|
||||
luausignal = "ffrostflame/luausignal@0.2.4"
|
||||
|
|
Loading…
Reference in a new issue