Merge pull request #30 from offendingcommit/feat/desktop-auto-discover

feat(desktop): auto-discover Honcho instances on localhost
This commit is contained in:
Offending Commit
2026-05-28 14:23:49 -05:00
committed by GitHub
8 changed files with 463 additions and 6 deletions

View File

@@ -17,3 +17,5 @@ tauri-plugin-shell = "2"
tauri-plugin-deep-link = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["net", "io-util", "time", "rt", "macros"] }
futures = "0.3"