add static files support; basic css
This commit is contained in:
parent
4f9d7ce833
commit
cac77accd1
5 changed files with 74 additions and 0 deletions
|
@ -12,3 +12,4 @@ serde = { version = "1.0.217", features = ["derive"] }
|
|||
serde_json = "1.0.138"
|
||||
serde_path_to_error = "0.1.16"
|
||||
tokio = { version = "1.43.0", features = ["full"] }
|
||||
tower-http = { version = "0.6.2", features = ["fs"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue