Skip to content

Commit

Permalink
chore: add eyre dependency (#2305)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkthmyh committed Mar 26, 2023
1 parent 36dac58 commit e96cc7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/getting-started/start_a_new_project.md
Expand Up @@ -21,6 +21,8 @@ To set up a new project with ethers-rs, you will need to install the Rust progra
# Since Rust doesn't provide an async runtime itself, you can
# include the excellent tokio library
tokio = { version = "1.23.0", features = ["macros"] }
# Flexible concrete Error Reporting type built on std::error::Error with customizable Reports
eyre = "0.6.8"
```

If you want to make experiments and/or play around with early ethers-rs features link our GitHub repo in the `Cargo.toml`.
Expand Down

0 comments on commit e96cc7e

Please sign in to comment.