feat: async mDNS discovery; emit device events; auto-build sidecar in npm dev

This commit is contained in:
2026-01-13 16:17:53 +01:00
parent 91e55fa37c
commit ab3a86041a
4 changed files with 674 additions and 64 deletions

View File

@@ -25,6 +25,8 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
rust_cast = "0.19.0"
mdns-sd = "0.17.1"
agnostic-mdns = { version = "0.4", features = ["tokio"] }
async-channel = "2.5.0"
tokio = { version = "1.48.0", features = ["full"] }
tauri-plugin-shell = "2.3.3"
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }