Files
yaak-mountain-loop/crates-tauri/yaak-window/Cargo.toml
T
2026-07-03 10:11:20 -07:00

15 lines
319 B
TOML

[package]
name = "yaak-window"
version = "0.1.0"
edition = "2024"
publish = false
[dependencies]
log = { workspace = true }
md5 = "0.8.0"
rand = "0.9.0"
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tauri = { workspace = true }
tokio = { workspace = true, features = ["sync"] }