tooling/pesde.toml
Erica Marigold e7131cc589 chore(lune): fetch and update READMEs for bins too
* Updates the `update_tools` dev script to include logic for using the
  GitHub API to fetch and write READMEs for bins.
* Also optionally accepts a GitHub token for authenticated requests
  using the `$GITHUB_TOKEN` environment variable.
* Also moves dev script dependencies at root manifest into
  `dev_dependencies`.
2024-12-09 04:34:42 +00:00

16 lines
393 B
TOML

name = "pesde/tooling"
version = "0.1.0"
private = true
workspace_members = ["toolchainlib", "bins/*"]
[target]
environment = "lune"
[dev_dependencies]
option = { name = "lukadev_0/option", 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/daimond113/pesde-index"