diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-02-28 09:04:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-28 08:04:03 +0000 |
| commit | 6dab30238adc03142c64f9b6846a43d139e9396b (patch) | |
| tree | 8e1ddbecac0f429eeeb86a7b32cc0520e9946687 /Cargo.toml | |
| parent | 85305139cd896b60d6a80e64602099573ea5470e (diff) | |
Add `vendor-openssl` feature flag (#3510)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
