Files
doctate/client-desktop/Cargo.toml
T
Brummel 98d3cd758e feat: Add desktop client and update workspace
Adds the desktop client as a new workspace member and includes its
initial
Cargo.toml and main.rs files. This lays the groundwork for the desktop
application's user interface and integration with the common library.
2026-04-17 15:29:17 +02:00

12 lines
346 B
TOML

[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"] }