mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
chore: use fork of sparkpost
This commit is contained in:
parent
697d2ec49d
commit
42acb27186
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -20,6 +20,8 @@
|
|||||||
"protobuf",
|
"protobuf",
|
||||||
"rustls",
|
"rustls",
|
||||||
"rustup",
|
"rustup",
|
||||||
|
"sparklepost",
|
||||||
|
"sparkpost",
|
||||||
"sqlx",
|
"sqlx",
|
||||||
"tera",
|
"tera",
|
||||||
"tmpl",
|
"tmpl",
|
||||||
|
876
Cargo.lock
generated
876
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -19,6 +19,6 @@ r2d2 = "0.8"
|
|||||||
rust-argon2 = "2"
|
rust-argon2 = "2"
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
sparkpost = "0.5"
|
sparklepost = "0.5"
|
||||||
time.workspace = true
|
time.workspace = true
|
||||||
uuid.workspace = true
|
uuid.workspace = true
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
- [serde](https://crates.io/crates/serde) // A generic serialization/deserialization framework.
|
- [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_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)].
|
- [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.
|
- [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)
|
Read the full tutorial series on [gill.net.in](https://gill.net.in)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
use once_cell::sync::Lazy;
|
use once_cell::sync::Lazy;
|
||||||
use sparkpost::transmission::{
|
use sparklepost::transmission::{
|
||||||
EmailAddress, Message, Options, Recipient, Transmission, TransmissionResponse,
|
EmailAddress, Message, Options, Recipient, Transmission, TransmissionResponse,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user