Warp/pesde.toml

21 lines
409 B
TOML
Raw Normal View History

2026-02-12 09:38:34 +00:00
name = "eternitydev/warp"
2026-02-23 05:06:03 +00:00
version = "1.1.0-pre4"
2026-02-12 13:22:09 +00:00
description = "A rapidly-fast & powerful networking library."
2026-02-12 09:38:34 +00:00
authors = ["eternitydev"]
repository = "https://github.com/imezx/Warp"
license = "MIT"
includes = [
"pesde.toml",
"README.md",
"LICENSE",
"src/**/*.luau",
]
[target]
environment = "luau"
lib = "src/init.luau"
build_files = ["src"]
[indices]
default = "https://github.com/pesde-pkg/index"