chore: add crates.io package metadata
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user