Files
yaak-mountain-loop/crates-tauri/yaak-license/Cargo.toml
T
Gregory SchierGitHubClaude Opus 4.6 <noreply@anthropic.com
52732e12ec Fix license activation and plugin requests ignoring proxy settings (#393)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com
2026-02-12 14:38:53 -08:00

23 lines
578 B
TOML

[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-api = { workspace = true }
[build-dependencies]
tauri-plugin = { workspace = true, features = ["build"] }