feat(#2569): add the in-agent hive-agent-sock crate (todo wire types)
This commit is contained in:
parent
795dd882bb
commit
d85e1895dc
4 changed files with 97 additions and 0 deletions
11
hive-agent-sock/Cargo.toml
Normal file
11
hive-agent-sock/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "hive-agent-sock"
|
||||
edition.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
serde.workspace = true
|
||||
hive-sh4re.workspace = true
|
||||
Loading…
Reference in a new issue