chore(docs): Added README
CI / prek (push) Successful in 10m25s
CI / cargo shear (push) Successful in 11m51s
Release-plz / Release-plz PR (push) Successful in 11m50s
Release-plz / Release-plz Release (push) Successful in 12m13s
Audit / cargo audit (push) Successful in 10m45s

This commit is contained in:
2026-04-05 05:26:47 +02:00
parent 4ee160a736
commit abdc2c2119
+19
View File
@@ -0,0 +1,19 @@
# Crete
A tool that takes node and cluster configs and uses it to generate talos configs
and render jinja templates.
## Installation
Add the following to `~/.cargo.config.toml`:
```toml
[registries.infra]
index = "sparse+https://git.huizinga.dev/api/packages/infra/cargo/"
```
You can then install `crete` by running:
```bash
cargo install --registry infra crete
```