use a git dependency instead of local
This commit is contained in:
parent
3bb79666b2
commit
e2738678c8
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -360,6 +360,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "actix-web-static-files"
|
name = "actix-web-static-files"
|
||||||
version = "3.0.5"
|
version = "3.0.5"
|
||||||
|
source = "git+https://github.com/enaut/actix-web-static-files.git?branch=master#19fd166d62c2ba5a6fa8e205dee457d62893e70e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-service 2.0.1",
|
"actix-service 2.0.1",
|
||||||
"actix-web",
|
"actix-web",
|
||||||
|
@ -12,14 +12,14 @@ repository = "https://github.com/enaut/pslink/"
|
|||||||
version = "0.4.4"
|
version = "0.4.4"
|
||||||
|
|
||||||
[build-dependencies]
|
[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 }
|
static-files = { version = "0.2", default-features = false }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-identity = "0.4.0-beta.2"
|
actix-identity = "0.4.0-beta.2"
|
||||||
actix-rt = "2.2"
|
actix-rt = "2.2"
|
||||||
actix-web = "4.0.0-beta.9"
|
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"
|
actix-files = "0.6.0-beta.7"
|
||||||
argonautica = "0.2"
|
argonautica = "0.2"
|
||||||
clap = "2.33"
|
clap = "2.33"
|
||||||
|
Loading…
Reference in New Issue
Block a user