Files
modrinth/packages/neverbounce/Cargo.toml
T
François-Xavier Talbot 6319832465 feat: email bounce check (#6774)
* feat: neverbounce API client

* feat(labrinth): integrate neverbounce

* chore: tombi

* chore: typo

* chore: clippy

* chore: remove unused dep

* chore: cleanup
2026-07-20 10:58:46 +02:00

18 lines
377 B
TOML

[package]
name = "neverbounce"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
description = "NeverBounce API client"
repository.workspace = true
license = "MIT"
keywords = []
categories = ["api-bindings"]
[dependencies]
reqwest = { workspace = true, features = ["json"] }
serde = { workspace = true, features = ["derive"] }
[lints]
workspace = true