mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 14:40:53 +01:00
19 lines
537 B
TOML
19 lines
537 B
TOML
name = "0x5eal/unzip"
|
|
version = "0.1.0"
|
|
description = "unzip implementation in pure Luau"
|
|
authors = ["Erica Marigold <hi@devcomp.xyz>"]
|
|
repository = "https://github.com/0x5eal/luau-unzip"
|
|
license = "MIT"
|
|
|
|
[target]
|
|
environment = "luau"
|
|
|
|
[indices]
|
|
default = "https://github.com/pesde-pkg/index"
|
|
|
|
[dependencies]
|
|
result = { name = "lukadev_0/result", version = "^1.2.0" }
|
|
|
|
[dev_dependencies]
|
|
stylua = { name = "pesde/stylua", version = "^2.0.2", target = "lune" }
|
|
frktest = { name = "itsfrank/frktest", version = "^0.0.2", target = "lune" }
|