Go to file
2024-08-20 22:07:48 +03:00
config Initial commit 2024-08-20 21:12:57 +03:00
scripts Initial commit 2024-08-20 21:12:57 +03:00
src feat: add translator 2024-08-20 22:07:48 +03:00
tests Initial commit 2024-08-20 21:12:57 +03:00
.dockerfile Initial commit 2024-08-20 21:12:57 +03:00
.gitignore Initial commit 2024-08-20 21:12:57 +03:00
Cargo.lock feat: add translator 2024-08-20 22:07:48 +03:00
Cargo.toml feat: add translator 2024-08-20 22:07:48 +03:00
Dockerfile Initial commit 2024-08-20 21:12:57 +03:00
LICENSE Update LICENSE 2024-08-20 21:13:47 +03:00
README.md Initial commit 2024-08-20 21:12:57 +03:00

Axum Template

This repository contains templates for bootstrapping a Rust Web application with Axum.

Getting Started

  1. Install cargo-generate
cargo install cargo-generate
  1. Create a new app based on this repository:
cargo generate kristoferssolo/axum-template