refactor(#2302): type socket wire fields as ident, validated by serde on deserialize
This commit is contained in:
parent
bf644cc126
commit
84b750fba5
33 changed files with 333 additions and 263 deletions
|
|
@ -17,6 +17,7 @@ members = [
|
|||
"hive-priv",
|
||||
"hive-priv-sock",
|
||||
"hive-sh4re",
|
||||
"hive-types",
|
||||
"hivectl",
|
||||
]
|
||||
|
||||
|
|
@ -54,6 +55,7 @@ hive-agent-sock = { path = "hive-agent-sock" }
|
|||
hive-claude = { path = "hive-claude" }
|
||||
hive-host-sock = { path = "hive-host-sock" }
|
||||
hive-priv-sock = { path = "hive-priv-sock" }
|
||||
hive-types = { path = "hive-types" }
|
||||
thiserror = "2"
|
||||
tower-http = { version = "0.7", features = ["fs"] }
|
||||
rmcp = { version = "2", default-features = false, features = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue