tooling/pesde.toml
Erica Marigold 9dd820d804 chore(lune): include lune dev scripts
* Adds dev lune scripts to execute tooling in dev env, also a nice way
  to dogfood the project.
* Disables all lints in luaurc temporarily, since luau-lsp analysis displays
  lint errors even for ignored files for some reason.
* Fixes a few `TypeError`s.
2024-11-25 06:23:39 +00:00

14 lines
275 B
TOML

name = "pesde/tooling"
version = "0.1.0"
private = true
workspace_members = ["toolchainlib", "bins/*"]
[target]
environment = "lune"
[dependencies]
option = { name = "lukadev_0/option", version = "^1.2.0" }
[indices]
default = "https://github.com/daimond113/pesde-index"