tooling/bins/rojo/pesde.toml

19 lines
637 B
TOML
Raw Normal View History

2024-11-28 15:46:19 +00:00
name = "pesde/rojo"
version = "7.4.4"
description = "Rojo enables Roblox developers to use professional-grade software engineering tools"
authors = ["CompeyDev <hi@devcomp.xyz>", "Lucien Greathouse <me@lpghatguy.com>"]
repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/rojo"
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"