Workspacify
This commit is contained in:
11
host/Cargo.toml
Normal file
11
host/Cargo.toml
Normal 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 }
|
||||
Reference in New Issue
Block a user