summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-02-28 09:04:03 +0100
committerGitHub <noreply@github.com>2024-02-28 08:04:03 +0000
commit6dab30238adc03142c64f9b6846a43d139e9396b (patch)
tree8e1ddbecac0f429eeeb86a7b32cc0520e9946687 /Cargo.toml
parent85305139cd896b60d6a80e64602099573ea5470e (diff)
Add `vendor-openssl` feature flag (#3510)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3ada8cde..a0d89057 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -68,6 +68,7 @@ native-tls = "0.2"
notify = "6"
once_cell = "1"
open = "5.0.1"
+openssl = "0.10"
oxipng = { version = "9.0", default-features = false, features = ["filetime", "parallel", "zopfli"] }
palette = { version = "0.7.3", default-features = false, features = ["approx", "libm"] }
parking_lot = "0.12.1"