diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5850192e..ae0007b7 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -48,6 +48,7 @@ tokio = { version = "1.25.0", features = ["sync"] } uuid = "1.3.0" log = "0.4.20" datetime = "0.5.2" +openssl-sys = {version = "0.9", features = ["vendored"]} # For Ubuntu installation to work [features] # by default Tauri runs in production mode