mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-05-04 10:43:58 +01:00
chore: switch back to CRLF
This commit is contained in:
parent
042b5f3229
commit
f3f18089d7
1 changed files with 22 additions and 22 deletions
|
@ -1,22 +1,22 @@
|
||||||
name = "pesde/toolchainlib"
|
name = "pesde/toolchainlib"
|
||||||
description = "A Luau library for implementing toolchain management"
|
description = "A Luau library for implementing toolchain management"
|
||||||
version = "0.1.7"
|
version = "0.1.7"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib"
|
repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib"
|
||||||
includes = ["src", "pesde.toml", "LICENSE", "README.md"]
|
includes = ["src", "pesde.toml", "LICENSE", "README.md"]
|
||||||
|
|
||||||
[target]
|
[target]
|
||||||
environment = "lune"
|
environment = "lune"
|
||||||
lib = "src/init.luau"
|
lib = "src/init.luau"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
pathfs = { name = "jiwonz/pathfs", version = "^0.1.0" }
|
pathfs = { name = "jiwonz/pathfs", version = "^0.1.0" }
|
||||||
dirs = { name = "jiwonz/dirs", version = "^0.1.1" }
|
dirs = { name = "jiwonz/dirs", version = "^0.1.1" }
|
||||||
unzip = { name = "0x5eal/unzip", version = "^0.1.0", target = "luau" }
|
unzip = { name = "0x5eal/unzip", version = "^0.1.0", target = "luau" }
|
||||||
|
|
||||||
[peer_dependencies]
|
[peer_dependencies]
|
||||||
result = { name = "lukadev_0/result", version = "^1.2.0" }
|
result = { name = "lukadev_0/result", version = "^1.2.0" }
|
||||||
option = { name = "lukadev_0/option", version = "^1.2.0" }
|
option = { name = "lukadev_0/option", version = "^1.2.0" }
|
||||||
|
|
||||||
[indices]
|
[indices]
|
||||||
default = "https://github.com/daimond113/pesde-index"
|
default = "https://github.com/daimond113/pesde-index"
|
||||||
|
|
Loading…
Add table
Reference in a new issue