Skip to content

Commit

Permalink
add anyhow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lostman committed Oct 21, 2023
1 parent 31c1653 commit b1c0f44
Show file tree
Hide file tree
Showing 4 changed files with 4 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.

1 change: 1 addition & 0 deletions packages/fuel-indexer-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ harness = true
[dependencies]
actix-service = { version = "2", default-features = false }
actix-web = { version = "4", default-features = false, features = ["macros"] }
anyhow = "1"
async-std = "1"
axum = { version = "0.6", features = ["multipart"] }
bigdecimal = { version = "0.3" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ publish = false
crate-type = ['cdylib']

[dependencies]
anyhow = "1"
fuel-indexer-utils = { workspace = true }
fuels = { workspace = true }
getrandom = { version = "0.2", features = ["js"] }
serde = { workspace = true }
anyhow = "1"
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ publish = false
crate-type = ['cdylib']

[dependencies]
anyhow = "1"
fuel-indexer-utils = { workspace = true }
fuel-tx = { workspace = true }
fuels = { workspace = true }
serde = { workspace = true }
sha2 = { version = "0.10" }
anyhow = "1"

0 comments on commit b1c0f44

Please sign in to comment.