mirror of
https://github.com/pesde-pkg/tooling.git
synced 2024-12-12 15:20:36 +00:00
1fdc4ebe93
Co-authored-by: Arid <118916772+AridDev@users.noreply.github.com> Co-authored-by: Erica Marigold <hi@devcomp.xyz>
21 lines
631 B
TOML
21 lines
631 B
TOML
name = "pesde/argon"
|
|
version = "2.0.21"
|
|
description = "Argon - Full featured tool for Roblox development"
|
|
authors = [
|
|
"AridAjd <aridthedev@gmail.com>",
|
|
"DervexDev <contact@dervex.dev> (https://dervex.dev/)",
|
|
]
|
|
repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/argon"
|
|
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"
|