feat: embed htmx and picocss as static routes

This commit is contained in:
Jef Roosens 2025-03-29 18:02:45 +01:00
parent 2c44f788d9
commit ad015b47e4
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
6 changed files with 431 additions and 0 deletions

View file

@ -26,3 +26,5 @@ tokio = { version = "1.43.0", features = ["full"] }
tower-http = { version = "0.6.2", features = ["set-header", "trace"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
tera = "1.20.0"
axum-range = "0.5.0"