tooling/bins/stylua/pesde.toml
Erica Marigold 3f4acfc759
chore(bins): update tools to latest
* Bumped luau-lsp@1.37.0
* Bumpted stylua@v2.0.2
* Bumped zap@v0.6.16
2024-12-16 06:32:03 +00:00

21 lines
608 B
TOML

name = "pesde/stylua"
version = "2.0.2"
description = "A Lua code formatter"
authors = [
"CompeyDev <hi@devcomp.xyz>",
"Johnny Morganz <johnnymorganz@outlook.com>",
]
repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/stylua"
includes = ["init.luau", "README.md", "pesde.toml"]
[target]
environment = "lune"
bin = "init.luau"
[dependencies]
result = { name = "lukadev_0/result", version = "^1.2.0" }
option = { name = "lukadev_0/option", version = "^1.2.0" }
core = { workspace = "pesde/toolchainlib", version = "^" }
[indices]
default = "https://github.com/daimond113/pesde-index"