diff --git a/Cargo.toml b/Cargo.toml index cd68dc2..1fc741e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,6 +45,7 @@ assert_cmd = "2.0.12" clap = "4.4.6" csv = "1.3.0" figlet-rs = "0.1.5" +openssl = { version = "0.10.57", features = ["vendored"] } reqwest = { version = "0.11.22", features = ["blocking"] } serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107"