diff --git a/Cargo.lock b/Cargo.lock index fc0f184..119fbc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,6 +360,7 @@ dependencies = [ [[package]] name = "actix-web-static-files" version = "3.0.5" +source = "git+https://github.com/enaut/actix-web-static-files.git?branch=master#19fd166d62c2ba5a6fa8e205dee457d62893e70e" dependencies = [ "actix-service 2.0.1", "actix-web", diff --git a/pslink/Cargo.toml b/pslink/Cargo.toml index 931c3af..91f6d46 100644 --- a/pslink/Cargo.toml +++ b/pslink/Cargo.toml @@ -12,14 +12,14 @@ repository = "https://github.com/enaut/pslink/" version = "0.4.4" [build-dependencies] -actix-web-static-files = { path = "../../actix-web-static-files" } +actix-web-static-files = { git = "https://github.com/enaut/actix-web-static-files.git", branch="master" } static-files = { version = "0.2", default-features = false } [dependencies] actix-identity = "0.4.0-beta.2" actix-rt = "2.2" actix-web = "4.0.0-beta.9" -actix-web-static-files = { path = "../../actix-web-static-files" } +actix-web-static-files = { git = "https://github.com/enaut/actix-web-static-files.git", branch="master" } actix-files = "0.6.0-beta.7" argonautica = "0.2" clap = "2.33"