with openssl

This commit is contained in:
2022-08-13 13:14:05 +02:00
parent 864c7a7dac
commit 275435daf5
2 changed files with 53 additions and 0 deletions

View File

@@ -17,3 +17,4 @@ dirs = "4.0.0"
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.15", features = ["json"] }
log = { version = "0.4.17", features = ["std", "kv_unstable"] }
openssl = {version = "0.10", features = ["vendored"]}