vendor openssl

This commit is contained in:
2021-01-06 00:41:45 +03:00
parent 7e700e362a
commit 21ea82abc0
10 changed files with 118 additions and 1 deletions

1
Cargo.toml Normal file → Executable file
View File

@ -17,3 +17,4 @@ uuid = { version = "0.8.1", features = ["v4"] }
log = "0.4"
env_logger = "0.8.1"
envconfig = "0.9.1"
openssl = {version="*", features = ["vendored"]}