diff --git a/Cargo.toml b/Cargo.toml index dabeb51..c52c38f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,7 @@ clap = { version = "4.5", features = ["derive"] } dotenv = "0.15" thiserror = "2.0" chrono = "0.4.41" +openssl-sys = { version = "0.9", features = ["vendored"] } [dev-dependencies] mockito = "1.7"