Skip to content

Instantly share code, notes, and snippets.

@mikedilger
mikedilger / Cargo.toml
Last active May 10, 2022 01:49
Using hyper and rustls
[package]
name = "example"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { version = "1.0", features = [ "backtrace" ] }
futures = "0.3"