Setup the routes for the static files

This commit is contained in:
Valentin Tolmer
2021-05-09 11:06:23 +02:00
parent 9dd94f12a6
commit 4091d21277
2 changed files with 28 additions and 3 deletions
+6
View File
@@ -4,8 +4,14 @@ edition = "2018"
name = "lldap"
version = "0.1.0"
[patch.crates-io]
actix-files = { git = "https://github.com/actix/actix-web", rev = "a9dc1586a0935c48c3f841761bf81c43ca9e2651" }
actix-http = { git = "https://github.com/actix/actix-web", rev = "a9dc1586a0935c48c3f841761bf81c43ca9e2651" }
actix-web = { git = "https://github.com/actix/actix-web", rev = "a9dc1586a0935c48c3f841761bf81c43ca9e2651" }
[dependencies]
actix = "0.11.1"
actix-files = "0.6.0-beta.4"
actix-http = "3.0.0-beta.6"
actix-rt = "2.2"
actix-server = "2.0.0-beta.5"