Merge pull request #487 from kinke/dont_link_curl

arsd.email: Don't needlessly link libcurl
This commit is contained in:
Adam D. Ruppe 2025-03-11 12:41:51 -04:00 committed by GitHub
commit 4fb3ea691d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;