feat: track node record (#4224)

This commit is contained in:
Matthias Seitz
2023-08-16 18:26:06 +02:00
committed by GitHub
parent b232e05b26
commit 491b453edb
3 changed files with 107 additions and 82 deletions

View File

@ -30,6 +30,7 @@ tokio-stream.workspace = true
# misc
tracing.workspace = true
thiserror.workspace = true
parking_lot.workspace = true
hex = "0.4"
rand = { workspace = true, optional = true }
generic-array = "0.14"