[package] name = "sprimo-platform" version.workspace = true edition.workspace = true rust-version.workspace = true [lints] workspace = true [dependencies] sprimo-protocol = { path = "../sprimo-protocol" } thiserror.workspace = true [target.'cfg(target_os = "windows")'.dependencies] windows = { version = "0.58.0", features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging", ] }