Skip to content

Commit

Permalink
use a git dependency instead of local
Browse files Browse the repository at this point in the history
  • Loading branch information
enaut committed Oct 11, 2021
1 parent d5160ba commit 6991585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pslink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6991585

Please sign in to comment.