2024-12-07 13:31:38 +00:00
|
|
|
name = "pesde/zap"
|
2025-01-29 20:01:53 +05:30
|
|
|
version = "0.6.17"
|
2024-12-07 13:31:38 +00:00
|
|
|
description = "A lightning fast networking solution for roblox."
|
|
|
|
authors = ["CompeyDev <hi@devcomp.xyz>", "Redblox Organization"]
|
|
|
|
repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/zap"
|
2024-12-09 04:36:42 +00:00
|
|
|
includes = ["init.luau", "README.md", "pesde.toml"]
|
2024-12-07 13:31:38 +00:00
|
|
|
|
2025-02-12 16:25:53 +00:00
|
|
|
[engines]
|
|
|
|
lune = ">=0.8.7"
|
|
|
|
pesde = "^0.6.0-rc.6"
|
|
|
|
|
2024-12-07 13:31:38 +00:00
|
|
|
[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]
|
2025-01-22 11:55:28 +05:30
|
|
|
default = "https://github.com/pesde-pkg/index"
|