Feat: add signers (#6826)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Nil Medvedev
2024-03-11 17:40:30 +00:00
committed by GitHub
parent ef1a196c54
commit 3c2d3a0833
11 changed files with 60 additions and 15 deletions

View File

@ -25,7 +25,7 @@ metrics.workspace = true
# misc
tracing.workspace = true
thiserror.workspace = true
dyn-clone = "1.0"
dyn-clone.workspace = true
# feature `rayon`
rayon = { workspace = true, optional = true }