[package] name = "hololake-native-desktop" version = "0.1.0" description = "HoloLake native desktop foundation" authors = ["HoloLake"] license = "AGPL-3.0-or-later" edition = "2021" rust-version = "1.77.2" [lib] name = "hololake_native_desktop_lib" crate-type = ["staticlib", "cdylib", "rlib"] [build-dependencies] tauri-build = { version = "2.5.4", features = [] } [dependencies] dirs = "6" fs2 = "0.4" ring = "0.17" base64 = "0.22" serde = { version = "1", features = ["derive"] } serde_json = "1" tauri = { version = "=2.10.2", features = [] } tauri-runtime = "=2.10.0" tauri-runtime-wry = "=2.10.0" tauri-plugin-updater = "2.10.0" uuid = { version = "1", features = ["v4"] } [dev-dependencies] tempfile = "3"