use a git dependency instead of local

This commit is contained in:
Dietrich 2021-10-11 13:25:47 +02:00
parent 3bb79666b2
commit e2738678c8
Signed by: dietrich
GPG Key ID: 9F3C20C0F85DF67C
2 changed files with 3 additions and 2 deletions

1
Cargo.lock generated
View File

@ -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",

View File

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