# 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 |
| ---------------------- | -------------------- |
| [cli](./cli/README.md) | Simple cli template |
| [lib](./lib/README.md) | Simple lib |
| [web](./web/README.md) | Axum render template |