mirror of
https://github.com/pesde-pkg/tooling.git
synced 2024-12-12 07:10:36 +00:00
Erica Marigold
94706f8a9d
* Restructures monorepo packages * Updated pesde manifests with scope and other metadata * Consolidated all interactive install logic into __call metamethod for one liner bin re-exports * Renamed binlib->toolchainlib * Introduced first real world package - stylua (!!)
11 lines
200 B
TOML
11 lines
200 B
TOML
name = "pesde/tooling"
|
|
version = "0.1.0"
|
|
private = true
|
|
|
|
workspace_members = ["toolchainlib", "bins/*"]
|
|
|
|
[target]
|
|
environment = "lune"
|
|
|
|
[indices]
|
|
default = "https://github.com/daimond113/pesde-index"
|