From 255c8ef3f90fe2100040e77d6432adfe33173ae4 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 9 Jul 2023 20:50:56 +0200 Subject: [PATCH] fix openssl dependency --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45c6a64..a8e3ac1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libpt" -version = "0.1.3" +version = "0.1.4" edition = "2021" authors = ["Christoph J. Scherr "] license = "GPL-3.0-or-later" @@ -30,6 +30,8 @@ gag = "1.0.0" humantime = "2.1.0" log = { version = "0.4.19", features = ["max_level_trace", "release_max_level_trace"] } num = "0.4.0" +openssl = "0.10.55" +openssl-sys = "0.9.90" pyo3 = "0.18.1" regex = "1.9.1" reqwest = { version = "0.11.18", features = ["blocking"] }