mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
chore: use fork of sparkpost
This commit is contained in:
@ -19,6 +19,6 @@ r2d2 = "0.8"
|
||||
rust-argon2 = "2"
|
||||
serde_json.workspace = true
|
||||
serde.workspace = true
|
||||
sparkpost = "0.5"
|
||||
sparklepost = "0.5"
|
||||
time.workspace = true
|
||||
uuid.workspace = true
|
||||
|
@ -30,7 +30,7 @@
|
||||
- [serde](https://crates.io/crates/serde) // A generic serialization/deserialization framework.
|
||||
- [serde_json](https://crates.io/crates/serde_json) // A JSON serialization file format.
|
||||
- [serde_derive](https://crates.io/crates/serde_derive) // Macros 1.1 implementation of #[derive(Serialize, Deserialize)].
|
||||
- [sparkpost](https://crates.io/crates/sparkpost) // Rust bindings for sparkpost email api v1.
|
||||
- [sparklepost](https://crates.io/crates/sparklepost) // Rust bindings for Sparkpost email API.
|
||||
- [uuid](https://crates.io/crates/uuid) // A library to generate and parse UUIDs.
|
||||
|
||||
Read the full tutorial series on [gill.net.in](https://gill.net.in)
|
||||
|
@ -1,5 +1,5 @@
|
||||
use once_cell::sync::Lazy;
|
||||
use sparkpost::transmission::{
|
||||
use sparklepost::transmission::{
|
||||
EmailAddress, Message, Options, Recipient, Transmission, TransmissionResponse,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user