Tree
- Tree:
9171ea3384d62217fe29d906b43fca9ba9e693c3- Date:
- Message:
- Add lib template
| .github/ | |
| .gitignore | commits | blame |
| Cargo.toml | commits | blame |
| Justfile | commits | blame |
| LICENSE | commits | blame |
| README.md | commits | blame |
| cargo-generate.toml | commits | blame |
| dprint.json | commits | blame |
| lib/ | |
| web/ | |
README.md
# ijanc.org - templates Requirements: - [cargo-generate](https://github.com/cargo-generate/cargo-generate) ## Installation Requirements ``` cargo install cargo-generate ``` if you have [no time cargo-binstall](https://github.com/cargo-bins/cargo-binstall): ``` cargo binstall cargo-generate -y ``` ## Templates | Name | Description | | ---------------------- | -------------------- | | [web](./web/README.md) | Axum render template | | [lib](./lib/README.md) | Simple lib |
