fix appearance init

This commit is contained in:
Gregory Schier
2024-01-12 21:59:46 -08:00
parent a8630ede38
commit 93d1ff778e
4 changed files with 23 additions and 2 deletions

View File

@@ -48,7 +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
openssl-sys = {version = "0.9", features = ["vendored"] } # For Ubuntu installation to work
[features]
# by default Tauri runs in production mode