refactor(#2352): re-home host-control wire types into hive-host-sock crate

This commit is contained in:
damocles 2026-07-11 16:37:05 +02:00 committed by mara
commit 96c748475e
11 changed files with 334 additions and 297 deletions

View file

@ -1,7 +1,7 @@
use std::path::Path;
use anyhow::{Context, Result, bail};
use hive_sh4re::{HostRequest, HostResponse};
use hive_host_sock::{HostRequest, HostResponse};
use tokio::io::{AsyncBufReadExt, AsyncWriteExt, BufReader};
use tokio::net::UnixStream;