add static files support; basic css

This commit is contained in:
insects 2025-02-05 15:15:19 +01:00
parent 4f9d7ce833
commit cac77accd1
5 changed files with 74 additions and 0 deletions

View file

@ -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"] }