Warp/pesde.toml
2026-02-12 20:22:09 +07:00

22 lines
446 B
TOML

name = "eternitydev/warp"
version = "1.1.0-pre1"
description = "A rapidly-fast & powerful networking library."
authors = ["eternitydev"]
repository = "https://github.com/imezx/Warp"
license = "MIT"
includes = [
"pesde.toml",
"README.md",
"LICENSE",
"src/**/*.luau",
"docs/**/*.md",
"docs/**/*.png",
]
[target]
environment = "luau"
lib = "src/init.luau"
build_files = ["src"]
[indices]
default = "https://github.com/pesde-pkg/index"