[workspace] [package] name = "app" version = "0.1.0" description = "A Tauri App" edition = "2021" [dependencies] serde = { version = "1", features = ["derive"] } serde_json = "1" tauri = { version = "1", features = [] } tokio = { version = "1", features = ["net"] } futures-util = "0.3" tauri-plugin-websocket = { path = "../../../" } tokio-tungstenite = "0.20" [build-dependencies] tauri-build = { version = "1", features = [] } [features] default = [ "custom-protocol" ] custom-protocol = [ "tauri/custom-protocol" ]