diff --git a/toolchainlib/pesde.toml b/toolchainlib/pesde.toml index 469722a..965a334 100644 --- a/toolchainlib/pesde.toml +++ b/toolchainlib/pesde.toml @@ -1,22 +1,22 @@ -name = "pesde/toolchainlib" -description = "A Luau library for implementing toolchain management" -version = "0.1.7" -license = "MIT" -repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib" -includes = ["src", "pesde.toml", "LICENSE", "README.md"] - -[target] -environment = "lune" -lib = "src/init.luau" - -[dependencies] -pathfs = { name = "jiwonz/pathfs", version = "^0.1.0" } -dirs = { name = "jiwonz/dirs", version = "^0.1.1" } -unzip = { name = "0x5eal/unzip", version = "^0.1.0", target = "luau" } - -[peer_dependencies] -result = { name = "lukadev_0/result", version = "^1.2.0" } -option = { name = "lukadev_0/option", version = "^1.2.0" } - -[indices] -default = "https://github.com/daimond113/pesde-index" +name = "pesde/toolchainlib" +description = "A Luau library for implementing toolchain management" +version = "0.1.7" +license = "MIT" +repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib" +includes = ["src", "pesde.toml", "LICENSE", "README.md"] + +[target] +environment = "lune" +lib = "src/init.luau" + +[dependencies] +pathfs = { name = "jiwonz/pathfs", version = "^0.1.0" } +dirs = { name = "jiwonz/dirs", version = "^0.1.1" } +unzip = { name = "0x5eal/unzip", version = "^0.1.0", target = "luau" } + +[peer_dependencies] +result = { name = "lukadev_0/result", version = "^1.2.0" } +option = { name = "lukadev_0/option", version = "^1.2.0" } + +[indices] +default = "https://github.com/daimond113/pesde-index"