hive-priv: replace json! with typed structs for account sidecar files

This commit is contained in:
damocles 2026-08-13 19:53:34 +02:00 committed by mara
commit fa658567db
3 changed files with 37 additions and 2 deletions

View file

@ -11,6 +11,7 @@ workspace = true
anyhow.workspace = true
hive-priv-sock.workspace = true
libc.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing.workspace = true