feat: start website functionality

This commit is contained in:
Noa Aarts 2024-07-12 17:49:38 +02:00
parent 39e3ffbeb9
commit 3b835b4609
3 changed files with 394 additions and 2 deletions

View file

@ -4,5 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.7.5" }
tokio = { version = "1.38", features = ["full"] }
tokio-test = "*"
tokio-test = "*"