mirror of
https://github.com/kristoferssolo/echoes-of-ascension.git
synced 2025-10-21 18:50:34 +00:00
18 lines
372 B
Markdown
18 lines
372 B
Markdown
# Axum Template
|
|
|
|
This repository contains templates for bootstrapping a Rust Web application with Axum.
|
|
|
|
## Getting Started
|
|
|
|
1. Install [`cargo-generate`](https://github.com/cargo-generate/cargo-generate#installation)
|
|
|
|
```shell
|
|
cargo install cargo-generate
|
|
```
|
|
|
|
2. Create a new app based on this repository:
|
|
|
|
```shell
|
|
cargo generate kristoferssolo/axum-template
|
|
```
|