add hashbrown

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-03-20 13:42:32 -04:00
parent a7da4d6a11
commit fd2299f5f0
3 changed files with 11 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ tokio = { workspace = true }
bech32 = { workspace = true }
lightning-invoice = { workspace = true }
secp256k1 = { workspace = true }
hashbrown = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }