mirror of
https://github.com/pesde-pkg/tooling.git
synced 2025-03-04 19:11:44 +00:00
21 lines
495 B
TOML
21 lines
495 B
TOML
name = "pesde/tooling"
|
|
version = "0.1.0"
|
|
private = true
|
|
|
|
workspace_members = ["toolchainlib", "bins/*"]
|
|
|
|
[engines]
|
|
lune = ">=0.8.7"
|
|
pesde = "^0.6.0-rc.6"
|
|
|
|
[target]
|
|
environment = "lune"
|
|
|
|
[dev_dependencies]
|
|
option = { name = "lukadev_0/option", version = "^1.2.0" }
|
|
result = { name = "lukadev_0/result", version = "^1.2.0" }
|
|
pathfs = { name = "jiwonz/pathfs", version = "^0.1.0" }
|
|
base64 = { name = "synpixel/base64", version = "^3.0.1" }
|
|
|
|
[indices]
|
|
default = "https://github.com/pesde-pkg/index"
|