1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

chore: use fork of sparkpost

This commit is contained in:
Rob Ede
2024-07-07 03:26:40 +01:00
parent 697d2ec49d
commit 42acb27186
5 changed files with 319 additions and 565 deletions

View File

@ -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)