diff --git a/Website/Cargo.toml b/Website/Cargo.toml index bcbe134..4080c06 100644 --- a/Website/Cargo.toml +++ b/Website/Cargo.toml @@ -24,3 +24,4 @@ zip = "2.1.4" toml = "0.8.15" url = "2.5.2" reqwest = "0.12.5" +openssl = { version = "0.10.64", features = ["vendored"] }