mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-03-04 02:51:47 +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>
22 lines
737 B
TOML
22 lines
737 B
TOML
name = "pesde/toolchainlib"
|
|
description = "A Luau library for implementing toolchain management"
|
|
version = "0.1.7"
|
|
license = "MIT"
|
|
repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib"
|
|
includes = ["src", "pesde.toml", "LICENSE", "README.md"]
|
|
|
|
[target]
|
|
environment = "lune"
|
|
lib = "src/init.luau"
|
|
|
|
[dependencies]
|
|
pathfs = { name = "jiwonz/pathfs", version = "^0.1.0" }
|
|
dirs = { name = "jiwonz/dirs", version = "^0.1.1" }
|
|
unzip = { name = "0x5eal/unzip", version = "^0.1.0", target = "luau" }
|
|
|
|
[peer_dependencies]
|
|
result = { name = "lukadev_0/result", version = "^1.2.0" }
|
|
option = { name = "lukadev_0/option", version = "^1.2.0" }
|
|
|
|
[indices]
|
|
default = "https://github.com/daimond113/pesde-index"
|