mirror of
https://github.com/pesde-pkg/tooling.git
synced 2024-12-12 07:10:36 +00:00
Erica Marigold
e7131cc589
* 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`.
16 lines
393 B
TOML
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"
|