Skip to content

Instantly share code, notes, and snippets.

@benwis
Created August 20, 2021 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benwis/66b3480371a3444c3a57d32de4198d24 to your computer and use it in GitHub Desktop.
Save benwis/66b3480371a3444c3a57d32de4198d24 to your computer and use it in GitHub Desktop.
Fly Deploy Failure Cargo.toml email
[package]
name = "email"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
claim = "0.5"
validator = "0.14.0"
thiserror = "1.0"
anyhow = "1.0"
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
[dev-dependencies]
wiremock = {version="0.5"}
quickcheck = "0.9.2"
quickcheck_macros = "0.9.1"
fake = "2.4"
serde_json = "1.0.64"
tokio = { version = "1", features = ["full"] }
tokio-test = "0.4.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment