google / google/comprehensive-rust

54.1 Join (dependencies)

Open
#1,330 5 comments 0 reactions 1 assignee Claimed by @0scvr View on GitHub
bug good first issue help wanted
Dominant language
Rust
Stars
33.4k
Forks
2.1k
Avg merge
1d 3h
Merged PRs (30d)
10

Description

### Discussed in https://github.com/google/comprehensive-rust/discussions/1317

Originally posted by **njr0** October 6, 2023
I had to add these dependencies to may `Cargo.toml` to make it work. As with the last few suggestions, I think it will help to includes these in the speaker notes or main text, especially since this can't be run in the playground. (And who wants to be in a playground anyway?)

```
[dependencies]
tokio = { version = "1.32.0", features = ["full"] }
reqwest = { version = "0.11.22", features = ["blocking", "rustls-tls"] }
futures = "0.3"
anyhow = "1.0"
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.