mirror of
https://github.com/pesde-pkg/hello.git
synced 2024-12-12 11:20:36 +00:00
14 lines
243 B
TOML
14 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"
|