luau-unzip/pesde.toml
Erica Marigold b3777ba2b1
chore: init, the basics
Implement core `ZipReader`, `ZipEntry` and basic API. Supports simple
zip format deserialization, without advanced features, or decompression.
2024-12-28 17:19:37 +00:00

16 lines
441 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" }
pathfs = { name = "jiwonz/pathfs", version = "^0.1.0", target = "lune" }