[package] name = "tbd-vc" version = "0.1.0" description = "Chat Vocal" authors = ["Leo"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] tauri-build = { version = "2.0.0-beta", features = [] } [dependencies] tauri = { version = "2.0.0-beta", features = ["devtools"] } tauri-plugin-shell = "2.0.0-beta" tauri-plugin-single-instance = "2.0.0-beta" tauri-plugin-deep-link = "2.0.0-beta" tauri-plugin-window-state = "2.0.0-beta" serde = { version = "1", features = ["derive"] } serde_json = "1" [target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies] tauri-plugin-updater = "2.0.0-beta.10"