mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
20 lines
409 B
TOML
20 lines
409 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",
|
|
]
|
|
|
|
[target]
|
|
environment = "luau"
|
|
lib = "src/init.luau"
|
|
build_files = ["src"]
|
|
|
|
[indices]
|
|
default = "https://github.com/pesde-pkg/index"
|