From 8021d7fc839cf3dee7c0e7ac5e8e3d5fb729dd19 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 14 Jan 2025 20:09:30 +0000 Subject: [PATCH] fix: should build with libssl dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7d75412..133dad7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] +native-tls = "0.2"