| | |
| | | tauri-build = { version = "2", features = [] } |
| | | |
| | | [dependencies] |
| | | tauri = { version = "2", features = [] } |
| | | tauri = { version = "2", features = [ "tray-icon", "devtools", "native-tls-vendored" ] } |
| | | chrono = "0.4" |
| | | tauri-plugin-opener = "2" |
| | | serde = { version = "1", features = ["derive"] } |
| | | serde_json = "1" |
| | | tokio = { version = "1.45.0", features = ["rt", "net", "time"] } |
| | | tokio = { version = "1.45.0", features = ["rt", "net", "time", "macros"] } |
| | | rand = "0.8.5" |
| | | |
| | | once_cell = "1.19" |
| | |
| | | futures-util = "0.3" |
| | | tungstenite = "0.21" |
| | | anyhow = "1.0" |
| | | serialport = "4.3.0" |
| | | |