Workspacify

This commit is contained in:
2025-05-03 17:30:01 -07:00
parent 9fe5b78962
commit d036997de3
60 changed files with 450 additions and 212 deletions

11
host/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "host"
edition = "2024"
[dependencies]
error-stack = { workspace = true }
futures = { workspace = true }
resolver = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }