[package] name = "shturman-shell" version = "0.0.0" edition.workspace = true license.workspace = true [dependencies] shturman-sdk = { path = "../../shturman-sdk" } shturman-common = { path = "../../shturman-common" } shturman-render = { path = "../shturman-render" } tokio.workspace = true anyhow.workspace = true tracing.workspace = true slint.workspace = true [dev-dependencies] tempfile.workspace = true # PNG-декодер для проверки кадра в tests/screenshot.rs (рендер — в shturman-render). png = "0.17"