add simple index page for user use
This commit is contained in:
parent
f9a4a30e61
commit
0a0a1b2a50
8 changed files with 412 additions and 20 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue