mirror of
https://github.com/reacherhq/check-if-email-exists.git
synced 2026-09-10 16:01:10 +00:00
* chore: Update README links * Update repo name * Remove branch * Fix CI badges * Fix lint
15 lines
445 B
JSON
15 lines
445 B
JSON
{
|
|
"name": "check-if-email-exists",
|
|
"buildpacks": [{ "url": "emk/rust" }],
|
|
"description": "Check if an email address exists without sending any email, written in Rust",
|
|
"keywords": [
|
|
"email",
|
|
"smtp",
|
|
"rust",
|
|
"email-validation",
|
|
"email-verification"
|
|
],
|
|
"logo": "https://storage.googleapis.com/saasify-uploads-prod/696e287ad79f0e0352bc201b36d701849f7d55e7.svg",
|
|
"repository": "https://github.com/reacherhq/check-if-email-exists"
|
|
}
|