Skip to content

Commit

Permalink
fix: add missing dependencies for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmmiguel committed Oct 6, 2023
1 parent 668847b commit e7bad69
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ wws-router = { workspace = true }
wws-server = { workspace = true }
wws-runtimes-manager = { workspace = true }

[dev-dependencies]
reqwest = { version = "0.11", features = ["blocking"] }

[target.x86_64-unknown-linux-musl.dependencies]
openssl = { version = "=0.10.45", features = ["vendored"] }

Expand Down

0 comments on commit e7bad69

Please sign in to comment.