SSR using Axum and Tera
Find a file
2023-10-25 22:30:59 +02:00
src rework tera instantiation 2023-10-12 18:31:22 +02:00
templates rework tera instantiation 2023-10-12 18:31:22 +02:00
.gitignore initial commit 2023-10-11 20:12:24 +02:00
Cargo.lock add crate rust-i18n 2023-10-12 18:29:38 +02:00
Cargo.toml add crate rust-i18n 2023-10-12 18:29:38 +02:00
flake.lock add flake.lock devShell 2023-10-25 22:30:59 +02:00
flake.nix add flake.lock devShell 2023-10-25 22:30:59 +02:00
README.md add basic README.md 2023-10-12 15:52:03 +02:00

Stadtratmonitor written in Rust

Development

To start the development server I recommend to use cargo-watch: cargo watch --exec 'run'