Last active
December 16, 2021 08:35
-
-
Save alexliesenfeld/c5d580824079aac8ecdb83e20248ca49 to your computer and use it in GitHub Desktop.
[BLOG] Cargo.toml dependencies | Mocking HTTP Services in Rust with httpmock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[dependencies] | |
isahc = { version = "1.6", features = ["json"]} | |
serde_json = "1.0" | |
anyhow = "1.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment