mirror of
https://github.com/pesde-pkg/tooling.git
synced 2024-12-12 15:20:36 +00:00
21 lines
625 B
TOML
21 lines
625 B
TOML
name = "pesde/darklua"
|
|
version = "0.14.1"
|
|
description = "A command line tool that transforms Lua code"
|
|
authors = [
|
|
"CompeyDev <hi@devcomp.xyz>",
|
|
"jeparlefrancais <jeparlefrancais21@gmail.com>",
|
|
]
|
|
repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/darklua"
|
|
includes = ["init.luau", "pesde.toml"]
|
|
|
|
[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]
|
|
default = "https://github.com/daimond113/pesde-index"
|