Skip to content

Instantly share code, notes, and snippets.

@mr-pascal
Created June 9, 2022 17:32
Show Gist options
  • Save mr-pascal/30f8d32ae084f6ae0e24199ef42e1769 to your computer and use it in GitHub Desktop.
Save mr-pascal/30f8d32ae084f6ae0e24199ef42e1769 to your computer and use it in GitHub Desktop.
[package]
name = "example_make_http_request"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] } # for our async runtime
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment