add basic question uploading

This commit is contained in:
2025-05-02 13:03:30 +02:00
parent 4af8c825bb
commit e90dfa0b0b
10 changed files with 656 additions and 43 deletions

View File

@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
askama = "0.14.0"
chrono = "0.4.41"
http-body-util = "0.1.3"
hyper = { version = "1.6.0", features = ["full"] }
@@ -11,3 +12,4 @@ hyper-util = { version = "0.1.11", features = ["full"] }
serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.44.2", features = ["full"] }
toml = "0.8.22"
url = "2.5.4"