From 08ae561baef32a1c6dc27613c2e519502277458e Mon Sep 17 00:00:00 2001 From: Antfroze Date: Wed, 29 Apr 2026 18:33:21 -0500 Subject: [PATCH] chore: add crates.io package metadata --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3a5eb8d..88ad9b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,11 @@ name = "plunk-rs" version = "0.1.0" edition = "2024" authors = ["Antfroze"] +description = "Async Rust client for the Plunk transactional email API" +license = "MIT" +repository = "https://git.coldspire.com/Antfroze/plunk-rs" +keywords = ["plunk", "email", "transactional", "api"] +categories = ["api-bindings", "email"] [dependencies] reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }