Add html index page that lists repo contents

This commit is contained in:
2026-08-27 23:08:10 +02:00
parent a4c19b5f1f
commit 6b56bdc2d8
6 changed files with 343 additions and 1 deletions
+2
View File
@@ -10,8 +10,10 @@ clap = { version = "4.6.5", features = ["derive", "env"] }
futures = "0.3.33"
http = "1.5.0"
http-body-util = "0.1.4"
insta = "1.48.0"
reqwest = "0.13.4"
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
tempfile = "3.27.0"
tokio = { version = "1.53.1", features = ["full"] }
tower-http = { version = "0.7.0", features = ["compression-gzip", "fs", "trace"] }