[package] name = "doctate-desktop" version.workspace = true edition.workspace = true description = "Desktop dictation client for the doctate medical dictation system" [dependencies] doctate-common = { path = "../doctate-common" } eframe = "0.28" tracing = { workspace = true } tracing-subscriber = { version = "0.3", features = ["env-filter"] }