|
|
@ -10,7 +10,7 @@ edition = "2021"
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
serde_json = "1"
|
|
|
|
serde_json = "1"
|
|
|
|
tauri = { version = "1", features = [] }
|
|
|
|
tauri = { version = "1", features = [] }
|
|
|
|
tokio = { version = "1.27", features = ["net"] }
|
|
|
|
tokio = { version = "1", features = ["net"] }
|
|
|
|
futures-util = "0.3"
|
|
|
|
futures-util = "0.3"
|
|
|
|
tauri-plugin-websocket = { path = "../../../" }
|
|
|
|
tauri-plugin-websocket = { path = "../../../" }
|
|
|
|
tokio-tungstenite = "0.15"
|
|
|
|
tokio-tungstenite = "0.15"
|
|
|
|