From 7a23ba570eeafb3f5c2e23449a0ebb527f9df5f6 Mon Sep 17 00:00:00 2001 From: Ethan O'Brien <77750390+ethanaobrien@users.noreply.github.com> Date: Thu, 9 May 2024 19:14:39 -0500 Subject: [PATCH] this thing so windows will work --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54f5585..4a5d054 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] actix-web = { version = "4.5.1", features = [ "openssl" ] } rusqlite = { version = "0.30.0", features = ["bundled"] } -openssl = { version = "0.10" } +openssl = { version = "0.10", features = [ "vendored" ] } base64 = "0.21.5" json = "0.12.4" rand = "0.8.5"