Decouple core Yaak logic from Tauri (#354)

This commit is contained in:
Gregory Schier
2026-01-08 20:44:25 -08:00
committed by GitHub
parent 3bcc0b8356
commit ef80216ca1
465 changed files with 3052 additions and 6234 deletions
+22
View File
@@ -0,0 +1,22 @@
[package]
name = "yaak-license"
links = "yaak-license"
version = "0.1.0"
edition = "2024"
publish = false
[dependencies]
chrono = "0.4.38"
log = { workspace = true }
reqwest = { workspace = true, features = ["json"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tauri = { workspace = true }
thiserror = { workspace = true }
ts-rs = { workspace = true }
yaak-common = { workspace = true }
yaak-models = { workspace = true }
yaak-tauri-utils = { workspace = true }
[build-dependencies]
tauri-plugin = { workspace = true, features = ["build"] }