mirror of
https://github.com/kristoferssolo/echoes-of-ascension.git
synced 2025-10-21 18:50:34 +00:00
| .cargo | ||
| .sqlx | ||
| config | ||
| migrations | ||
| scripts | ||
| src | ||
| tests/api | ||
| .dockerfile | ||
| .env.example | ||
| .gitignore | ||
| Cargo.toml | ||
| Dockerfile | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
Axum Template
This repository contains templates for bootstrapping a Rust Web application with Axum.
Getting Started
- Install
cargo-generate
cargo install cargo-generate
- Create a new app based on this repository:
cargo generate kristoferssolo/axum-template