Skip to content

Commit

Permalink
Add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Aug 28, 2023
1 parent 0921d3a commit 8fdad0a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions test-harness/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ publish = false

[dependencies]
backoff = { version = "0.4.0", default-features = false }
fs_extra = "1.3.0"
itertools = "0.11.0"
miette = { version = "5.9.0", features = ["fancy"] }
regex = "1.9.4"
serde = { version = "1.0.186", features = ["derive"] }
serde_json = "1.0.105"
tempfile = "3.8.0"
test-harness-macro = { path = "../test-harness-macro" }
test_bin = "0.4.0"
tokio = { version = "1.28.2", features = ["full", "tracing"] }
tracing = "0.1.37"

0 comments on commit 8fdad0a

Please sign in to comment.