mirror of
https://github.com/pesde-pkg/tooling.git
synced 2024-12-12 15:20:36 +00:00
20 lines
575 B
TOML
20 lines
575 B
TOML
|
name = "compeydev/binlib"
|
||
|
version = "0.1.0"
|
||
|
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" }
|
||
|
semver = { name = "0x5eal/semver", 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"
|