add first prototype of website

This commit is contained in:
2025-08-01 13:28:42 +02:00
parent fd3863b6c8
commit 496a30a9d1
10 changed files with 959 additions and 93 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "website"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8"
maud = { version = "0.27.0", features = ["axum"] }
tokio = { version = "1.47.0", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.6.6", features = ["fs"] }