diff --git a/crates/bitwarden-py/Cargo.toml b/crates/bitwarden-py/Cargo.toml index 5d8d95575..1a4771d5b 100644 --- a/crates/bitwarden-py/Cargo.toml +++ b/crates/bitwarden-py/Cargo.toml @@ -14,6 +14,7 @@ pyo3 = { version = "0.19.1", features = ["extension-module"] } pyo3-log = "0.8.3" bitwarden-json = { path = "../bitwarden-json", features = ["secrets"] } +openssl = { version = "0.10", features = ["vendored"] } [build-dependencies] pyo3-build-config = { version = "0.19.1" }