mirror of
https://github.com/pesde-pkg/hello.git
synced 2024-12-12 03:10:37 +00:00
15 lines
243 B
TOML
15 lines
243 B
TOML
|
name = "pesde/hello_root"
|
||
|
version = "1.0.0"
|
||
|
license = "MIT"
|
||
|
workspace_members = ["build/*"]
|
||
|
private = true
|
||
|
|
||
|
[target]
|
||
|
environment = "lune"
|
||
|
|
||
|
[scripts]
|
||
|
build = "scripts/build.luau"
|
||
|
|
||
|
[indices]
|
||
|
default = "https://github.com/daimond113/pesde-index"
|