add basic website

This commit is contained in:
Noa Aarts 2024-12-11 20:47:15 +01:00
parent 5c3690d72a
commit f0bd6020a2
Signed by: noa
GPG key ID: 1850932741EFF672
6 changed files with 89 additions and 25 deletions

View file

@ -7,6 +7,7 @@ edition = "2021"
async-trait = "0.1.83"
atoi_radix10 = { version = "0.0.1", optional = true }
axum = { version = "0.7.7", features = ["ws"] }
axum-embed = "0.1.0"
axum-extra = { version = "0.9.4", features = ["typed-header"] }
axum-streams = "0.19.0"
bytes = "1.6.0"
@ -15,6 +16,7 @@ futures = "0.3.31"
headers = "0.4.0"
image = "0.25.2"
rand = "*"
rust-embed = "8.5.0"
serde = { version = "1.0.210", features = ["derive"] }
tokio = { version = "1.38", features = ["full"] }
tokio-stream = "0.1.16"