Skip to content

Listing 5.13 need to run: cargo add reqwest@=0.10.10 #12

Description

@glafrance

Listing 5.13 uses reqwest, but to use it you need to run this command:

cargo add reqwest@=0.10.10

And you need to add tokio
cargo add tokio

Also you need to add to Cargo.toml dependencies:

[dependencies]
reqwest = "0.12.7"
tokio = { version = "1", features = ["full"] }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions