add simple index page for user use

This commit is contained in:
creations 2025-06-01 07:56:02 -04:00
parent f9a4a30e61
commit 0a0a1b2a50
Signed by: creations
GPG key ID: 8F553AA4320FC711
8 changed files with 412 additions and 20 deletions

View file

@ -15,7 +15,8 @@ tracing-subscriber = "0.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12", features = ["json", "gzip"] }
tower-http = { version = "0.6.4", features = ["cors"] }
tower-http = { version = "0.6.4", features = ["cors", "fs"] }
headers = "0.4.0"
chrono-tz = "0.10.3"
tower = "0.5.2"
urlencoding = "2.1.3"