mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-03-04 11:01:42 +00:00

* chore(bins): bump `asphalt` to v0.8.4 * chore(bins): bump `selene` to v0.28.0 * feat(lib): use luau-unzip * chore(CHANGELOG): add luau-unzip * chore: switch back to CRLF * fix(lib): extracting wrong binary * refactor(lib): use extractEntry function * refactor(lib): make checks explicit and add comments to zip decompressor * chore(lib): remove unused exec util * chore(CHANGELOG): remove trailing full-stop --------- Co-authored-by: Erica Marigold <hi@devcomp.xyz>
18 lines
619 B
TOML
18 lines
619 B
TOML
name = "pesde/selene"
|
|
version = "0.28.0"
|
|
description = "A blazing-fast modern Lua linter written in Rust"
|
|
authors = ["CompeyDev <hi@devcomp.xyz>", "Kampfkarren <kampfkarren@gmail.com>"]
|
|
repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/selene"
|
|
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"
|