port window ext from encryption PR

This commit is contained in:
Gregory Schier
2025-03-26 11:46:55 -07:00
parent 17657a4d04
commit ce885c3551
21 changed files with 119 additions and 101 deletions

View File

@@ -2,7 +2,7 @@
name = "yaak-ws"
links = "yaak-ws"
version = "0.1.0"
edition = "2021"
edition = "2024"
publish = false
[dependencies]
@@ -21,7 +21,6 @@ yaak-http = { workspace = true }
yaak-plugins = { workspace = true }
yaak-templates = { workspace = true }
serde_json = "1.0.132"
chrono = "0.4.38"
[build-dependencies]
tauri-plugin = { workspace = true, features = ["build"] }