Add html index page that lists repo contents
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user