[package] name = "companytool-desktop-client" version = "0.1.0" edition.workspace = true license.workspace = true [dependencies] anyhow = "1" companytool-shared-protocol = { path = "../shared-protocol" } eframe = "0.29" egui = "0.29" futures-util = "0.3" image = { version = "0.25", default-features = false, features = ["png"] } reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["rt-multi-thread", "sync"] } tokio-tungstenite = "0.24" toml = "0.8" url = "2"