Added the possibility to serve static files

This commit is contained in:
Slatian
2023-02-25 13:30:46 +01:00
parent a48050b234
commit 97507634df
6 changed files with 90 additions and 8 deletions

View File

@ -18,7 +18,8 @@ serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tera = "1"
toml = "0.7"
tower = "*"
tower = "0.4"
tower-http = { version = "0.4", features = ["fs"] }
trust-dns-proto = "0.22"
trust-dns-resolver = "0.22"
maxminddb = "0.23"