mirror of
https://github.com/pesde-pkg/tooling.git
synced 2024-12-12 07:10:36 +00:00
21 lines
672 B
TOML
21 lines
672 B
TOML
name = "pesde/toolchainlib"
|
|
version = "0.1.0"
|
|
license = "MIT"
|
|
repository = "https://github.com/pesde-pkg/tooling/tree/main/toolchainlib"
|
|
includes = ["src", "pesde.toml", "LICENSE.md", "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" }
|
|
|
|
[peer_dependencies]
|
|
result = { name = "lukadev_0/result", version = "^1.2.0" }
|
|
option = { name = "lukadev_0/option", version = "^1.2.0" }
|
|
semver = { name = "0x5eal/semver", version = "^0.1.1", target = "luau" }
|
|
|
|
[indices]
|
|
default = "https://github.com/daimond113/pesde-index"
|