arsd.email: Don't needlessly link libcurl

This commit is contained in:
Martin Kinkelin 2025-03-11 17:33:07 +01:00
parent 269b535196
commit 191bac9b12
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
module arsd.email;
import std.net.curl;
pragma(lib, "curl");
import std.base64;
import std.string;